Tab Manager

One click to close inactive, non-pinned Google Chrome tabs

ما هو Tab Manager؟

Tab Manager هو إضافة Chrome تم تطويرها بواسطة thealexbaron، والميزة الرئيسية لها هي "One click to close inactive, non-pinned Google Chrome tabs".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Manager

قم بتنزيل ملفات الامتداد Tab Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.                    

معلومات أساسية عن التمديد

الاسم Tab Manager Tab Manager
ID ojhlhhjjechopenpeeffmohkochglide
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide
الوصف One click to close inactive, non-pinned Google Chrome tabs
حجم الملف 70.44 KB
عدد التثبيتات 11
النسخة الحالية 1.5
آخر تحديث 2016-06-23
تاريخ النشر 2016-06-23
تقييم 5.00/5 مجموع تقييمات 2
المطور thealexbaron
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Manager",
    "version": "1.5",
    "description": "One click to close inactive, non-pinned Google Chrome tabs",
    "author": "Alex Baron",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}