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\/*"
    ]
}