Commons Tab
Beautiful free images from Wikimedia Commons for your boring chrome tabs
Qu'est-ce que Commons Tab ?
Commons Tab est une extension Chrome développée par Stephen LaPorte, et sa fonction principale est "Beautiful free images from Wikimedia Commons for your boring chrome tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Commons Tab
Téléchargez les fichiers d'extension Commons Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Commons Tab |
ID | afbiobjnggllnimnbhddficgaigcfmcp |
URL Officiel | https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp |
Description | Beautiful free images from Wikimedia Commons for your boring chrome tabs |
Taille du Fichier | 215 KB |
Nombre d'Installations | 85 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2016-03-19 |
Date de Publication | 2016-03-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Stephen LaPorte |
Type de Paiement | free |
Site Web de l'Extension | http://hatnote.com |
URL de la Page d'Aide | https://github.com/slaporte/commons-tab |
Langues Prises en Charge | 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\/*" ] } |