Commons Tab

Beautiful free images from Wikimedia Commons for your boring chrome tabs

Cos'è Commons Tab?

Commons Tab è un'estensione di Chrome sviluppata da Stephen LaPorte, e la sua funzione principale è "Beautiful free images from Wikimedia Commons for your boring chrome tabs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Commons Tab

Scarica i file di estensione Commons Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Commons Tab Commons Tab
ID afbiobjnggllnimnbhddficgaigcfmcp
URL Ufficiale https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp
Descrizione Beautiful free images from Wikimedia Commons for your boring chrome tabs
Dimensione del File 215 KB
Conteggio Installazioni 85
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-03-19
Data di Pubblicazione 2016-03-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Stephen LaPorte
Tipo di Pagamento free
Sito Web dell'Estensione http://hatnote.com
URL della Pagina di Aiuto https://github.com/slaporte/commons-tab
Lingue Supportate 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\/*"
    ]
}