Commons Tab
Beautiful free images from Wikimedia Commons for your boring chrome tabs
What is Commons Tab?
Commons Tab is a Chrome extension developed by Stephen LaPorte, and its main feature is "Beautiful free images from Wikimedia Commons for your boring chrome tabs".
Extension Screenshots
Download Commons Tab Extension CRX File
Download Commons Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Each time you open a tab, it will load a nice big image from among the best photographs and art on Wikimedia Commons. The photographs are from featured categories, such as astronomy, architecture, birds, and a few cool diagrams. Enjoy!
Extension Basic Information
Name | Commons Tab |
ID | afbiobjnggllnimnbhddficgaigcfmcp |
Official URL | https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp |
Description | Beautiful free images from Wikimedia Commons for your boring chrome tabs |
File Size | 215 KB |
Installation Count | 85 |
Current Version | 0.0.5 |
Last Updated | 2016-03-19 |
Publish Date | 2016-03-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Stephen LaPorte |
Payment Type | free |
Extension Website | http://hatnote.com |
Help Page URL | https://github.com/slaporte/commons-tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Commons Tab", "version": "0.0.5", "manifest_version": 2, "description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs", "homepage_url": "https:\/\/github.com\/slaporte\/commons-tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.js", "js\/vegas\/vegas.js", "src\/options_custom\/lib\/store.js", "js\/app.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' https:\/\/commons.wikimedia.org; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "https:\/\/commons.wikimedia.org\/*" ] } |