Tab Critter

Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.

Tab Critterคืออะไร?

Tab Critter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.cilb.de และคุณลักษณะหลักของมันคือ "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Tab Critter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
If a tab has not been used for some time it will automatically close. That makes Chrome free some memory and your PC run faster.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Critter Tab Critter
ID bfnbghcpjkfcellgnnebbicnjhcclege
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege
คำอธิบาย Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
ขนาดไฟล์ 17.21 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2015-09-04
วันที่เผยแพร่ 2015-09-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.cilb.de
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Critter",
    "description": "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.",
    "version": "1.0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "homepage_url": "http:\/\/www.cilb.de"
}