A Cross-Browser Extension which lets you search and filter content in the public domain and under Creative Commons licenses.
Firefox addon store | Chrome web store | Opera addon store |
---|
You can install the extension directly from the source. Follow the following steps:
-
Clone the repo:
git clone https://github.com/creativecommons/ccsearch-browser-extension.git
. -
Run:
npm install
. -
Run:
npm run dev
. This would compile SASS to CSS and bundle JS. The compiled version will be in dist folder. -
Load the extension to the browser:
- Mozilla Firefox
- Navigate to about:debugging.
- Click on "Load Temporary Add-on" button.
- From the file explorer, choose
ccsearch-browser-extension/dist/firefox/manifest.json
.
- Google Chrome
- Navigate to chrome://extensions.
- Click on "Load Unpacked" button (make sure you have enabled the Developer mode).
- From the file explorer, choose
ccsearch-browser-extension/dist/chrome
.
- Opera
- Navigate to about://extensions.
- Click on "Load Unpacked" button (make sure you have enabled the Developer mode).
- From the file explorer, choose
ccsearch-browser-extension/dist/opera
.
- Mozilla Firefox
Checkout CONTRIBUTING.md for general guidelines for contributing code to CC Open Source.
For contribution guidelines and development instructions specific to this particular project, please checkout INSTRUCTIONS.md.
See LICENSE.