A cross-browser extension that lets you search, filter, and use openly-licensed images.
Project Board | Community Site | #openverse @ Slack | Handbook | Releases mockups | Design Library
A cross-browser extension that lets you search, filter, and use openly-licensed images.
Please visit the homepage to preview a few features in action.
| Feature | ||||
|---|---|---|---|---|
| Search and filter CC Licensed images. | Yes | Yes | Yes | Yes |
| One click easy attribution. | Yes | Yes | Yes | Yes |
| Image tags and recommendations. | Yes | Yes | Yes | Yes |
| Download images (and attribution). | Yes | Yes | Yes | Yes |
| Bookmark images. | Yes | Yes | Yes | Yes |
| Export and import bookmarks. | Yes | Yes | Yes | Yes |
| Options page for custom settings. | Yes | Yes | Yes | Yes |
| Sync your custom setting and bookmarks across devices. | Yes | Yes | No | Yes |
| Dark Mode. | Yes | Yes | Yes | Yes |
You can install the extension directly from the source. Follow the following steps:
git clone https://github.com/WordPress/openverse-browser-extension.git
npm install
dist folder.npm run build
Note: If you want to install the extension for development, you should run npm run dev.
'TARGET' is not recognized as an internal or external command
then most likely webpack-cli is not installed on your dev machine.
Here are the few things you can try:
webpack-cli. npm install --save-dev webpack-cli
webpack-cli globally.npm install -g webpack-cli
openverse-browser-extension/dist/firefox/manifest.json.openverse-browser-extension/dist/chrome.openverse-browser-extension/dist/opera.openverse-browser-extension/dist/edge.Checkout CONTRIBUTING.md for general guidelines for contributing code to the project.
For contribution guidelines and development instructions specific to this particular project, please checkout INSTRUCTIONS.md.
openverse-browser-extension/dist/firefox/manifest.json.
After you have loaded the extension, follow these steps.
See LICENSE.