Cat Tab

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

Cat Tab là gì?

Cat Tab là một tiện ích mở rộng Chrome được phát triển bởi David, và tính năng chính của nó là "Cat Tab will close any page that you don't want to waste your time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cat Tab

Tải xuống các tệp mở rộng Cat Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cat Tab Cat Tab
ID mggaigojpbgkemmneecplejapmnpiahc
URL Chính Thức https://chrome.google.com/webstore/detail/cat-tab/mggaigojpbgkemmneecplejapmnpiahc
Mô tả Cat Tab will close any page that you don't want to waste your time.
Kích Thước Tệp 98.36 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-09-09
Ngày Phát Hành 2017-09-09
Nhà Phát Triển David
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}