Bulky close tabs

Close multiple tabs by hostnames or position.

ما هو Bulky close tabs؟

Bulky close tabs هو إضافة Chrome تم تطويرها بواسطة eahta، والميزة الرئيسية لها هي "Close multiple tabs by hostnames or position.".

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

screenshot

تحميل ملف CRX للإضافة Bulky close tabs

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

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

                        Version 1.0.3:
    The plugin only work on tabs in the current window.

Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook". 
"l": remove all tabs from the left side. 
"r": remove all tabs from the right side.                    

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

الاسم Bulky close tabs Bulky close tabs
ID ggpngjjjpfoplolfkljmlhkcgdefjgae
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae
الوصف Close multiple tabs by hostnames or position.
حجم الملف 723 KB
عدد التثبيتات 85
النسخة الحالية 1.0.3
آخر تحديث 2016-03-26
تاريخ النشر 2016-03-26
تقييم 5.00/5 مجموع تقييمات 3
المطور eahta
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulky close tabs",
    "description": "Close multiple tabs by hostnames or position.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}