Cat Tab

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

Co to jest Cat Tab?

Cat Tab to rozszerzenie Chrome opracowane przez David, a jego główną funkcją jest „Cat Tab will close any page that you don't want to waste your time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cat Tab

Pobierz pliki rozszerzeń Cat Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Cat Tab Cat Tab
ID mggaigojpbgkemmneecplejapmnpiahc
Oficjalny URL https://chrome.google.com/webstore/detail/cat-tab/mggaigojpbgkemmneecplejapmnpiahc
Opis Cat Tab will close any page that you don't want to waste your time.
Rozmiar pliku 98.36 KB
Liczba instalacji 11
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2017-09-09
Data Publikacji 2017-09-09
Deweloper David
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}