0

Is Netbeans Chrome Extensions Open Source ? If yes then , where to find netbeans chrome extensions source code ?

hiddenuser
  • 525
  • 2
  • 7
  • 19
  • In general, in reply to "Where to find the source code of Chrome extension X", I would say, use the [Chrome extension source viewer](https://chrome.google.com/webstore/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin) (provided that the extension is installed from the Chrome Web Store or some other online source). – Rob W Dec 05 '13 at 16:32

1 Answers1

3

According to the docs on NetBeans Sources:

All the souce code made available on netbeans.org is provided to you under the terms and conditions of Common Development and Distribution License (CDDL) v1.0 and the GNU General Public License (GPL) v2.

The source code for the Netbeans Chrome Extension is indeed part of the sources, so the same licenses apply.

To access the sources, you have the following options:

  1. Download an archived snapshot (ZIP) from the downloads page.
  2. Browse the sources online. E.g.:
    a. The Chrome Extension code can be found here.
    b. The Java classes that implement the integreation can be found there.

  3. Using Mercurial to work with NetBeans Sources in the IDE.

gkalpak
  • 47,844
  • 8
  • 105
  • 118