Commons Tab

Beautiful free images from Wikimedia Commons for your boring chrome tabs

Was ist Commons Tab?

Commons Tab ist eine Chrome-Erweiterung, die von Stephen LaPorte entwickelt wurde, und ihr Hauptmerkmal ist "Beautiful free images from Wikimedia Commons for your boring chrome tabs".

Erweiterungsscreenshots

screenshot
screenshot

Commons Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commons Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Commons Tab Commons Tab
ID afbiobjnggllnimnbhddficgaigcfmcp
Offizielle URL https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp
Beschreibung Beautiful free images from Wikimedia Commons for your boring chrome tabs
Dateigröße 215 KB
Installationsanzahl 85
Aktuelle Version 0.0.5
Letztes Update 2016-03-19
Veröffentlichungsdatum 2016-03-18
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Stephen LaPorte
Zahlungsart free
Erweiterungswebsite http://hatnote.com
Hilfeseite URL https://github.com/slaporte/commons-tab
Unterstützte Sprachen 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\/*"
    ]
}