Commons Tab

Beautiful free images from Wikimedia Commons for your boring chrome tabs

Commons Tabとは何ですか?

Commons TabはStephen LaPorteによって開発されたChromeの拡張機能で、その主な機能は「Beautiful free images from Wikimedia Commons for your boring chrome tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot

Commons Tab拡張機能のCRXファイルをダウンロード

Commons Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Commons Tab Commons Tab
ID afbiobjnggllnimnbhddficgaigcfmcp
公式URL https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp
説明 Beautiful free images from Wikimedia Commons for your boring chrome tabs
ファイルサイズ 215 KB
インストール数 85
現在のバージョン 0.0.5
最終更新日 2016-03-19
公開日 2016-03-18
評価 5.00/5 合計 3 レビュー
開発者 Stephen LaPorte
支払い方法 free
拡張機能のウェブサイト http://hatnote.com
ヘルプページのURL https://github.com/slaporte/commons-tab
対応言語 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\/*"
    ]
}