Cat Tab

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

Cat Tabคืออะไร?

Cat Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David และคุณลักษณะหลักของมันคือ "Cat Tab will close any page that you don't want to waste your time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cat Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}