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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}