Cat Tab

Cat Tab will close any page that you don't want to waste your time.

Cat Tabとは何ですか?

Cat TabはDavidによって開発されたChromeの拡張機能で、その主な機能は「Cat Tab will close any page that you don't want to waste your time.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Are you tired of being slave of the websites that don't allow you to being productive? Don't worry about it! Cat Tab is here for save you!

Cat Tab will close any page that you don't want to waste your time.
Just add the URL or words(containing in the URL) and the page will be closed every time that you try to open it.

Cat Tab says Meow!                    

拡張機能の基本情報

名前 Cat Tab Cat Tab
ID mggaigojpbgkemmneecplejapmnpiahc
公式URL https://chrome.google.com/webstore/detail/cat-tab/mggaigojpbgkemmneecplejapmnpiahc
説明 Cat Tab will close any page that you don't want to waste your time.
ファイルサイズ 98.36 KB
インストール数 11
現在のバージョン 1.0.5
最終更新日 2017-09-09
公開日 2017-09-09
開発者 David
Eメール [email protected]
支払い方法 free
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Tab",
    "description": "__MSG_appDesc__",
    "version": "1.0.5",
    "icons": {
        "16": "img\/cat16.png",
        "48": "img\/cat48.png",
        "128": "img\/cat128.png"
    },
    "default_locale": "es",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/cat16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "author": "David Lopera Garc\u00eda"
}