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
公式URL 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
Eメール [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\/*"
    ]
}