Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

什麼是Fix the Internet (with cats)?

Fix the Internet (with cats)是由Harold Martin開發的Chrome擴展程式,該擴展的主要功能是“The internet has a problem: too many humans, not enough cats.”。

擴展截圖

screenshot

下載Fix the Internet (with cats)擴展crx文件

下載Fix the Internet (with cats)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Now with theming options                    

擴展基本資訊

名稱 Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
官方網址 https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
簡介 The internet has a problem: too many humans, not enough cats.
檔案大小 1.35 MB
安裝次數 340
目前版本 0.3.0
更新時間 2015-11-19
上架時間 2015-11-19
評分 3.57/5 共 7 次評分
開發者 Harold Martin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}