Cat Tab

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

Was ist Cat Tab?

Cat Tab ist eine Chrome-Erweiterung, die von David entwickelt wurde, und ihr Hauptmerkmal ist "Cat Tab will close any page that you don't want to waste your time.".

Erweiterungsscreenshots

screenshot
screenshot

Cat Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cat Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Cat Tab Cat Tab
ID mggaigojpbgkemmneecplejapmnpiahc
Offizielle URL https://chrome.google.com/webstore/detail/cat-tab/mggaigojpbgkemmneecplejapmnpiahc
Beschreibung Cat Tab will close any page that you don't want to waste your time.
Dateigröße 98.36 KB
Installationsanzahl 11
Aktuelle Version 1.0.5
Letztes Update 2017-09-09
Veröffentlichungsdatum 2017-09-09
Entwickler David
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}