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
官方網址 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
電子郵箱 [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"
}