TabEraser

Context menu to close tabs in various clever ways.

ما هو TabEraser؟

TabEraser هو إضافة Chrome تم تطويرها بواسطة voy، والميزة الرئيسية لها هي "Context menu to close tabs in various clever ways.".

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

screenshot

تحميل ملف CRX للإضافة TabEraser

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

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

                        This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.                    

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

الاسم TabEraser TabEraser
ID daaaifdfmdlfafaaaofcigdafnmioeco
عنوان URL الرسمي https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco
الوصف Context menu to close tabs in various clever ways.
حجم الملف 125 KB
عدد التثبيتات 79
النسخة الحالية 2.1.4
آخر تحديث 2021-05-15
تاريخ النشر 2019-03-08
تقييم 3.63/5 مجموع تقييمات 8
المطور voy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/voy/chrome-close-tabs/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.4",
    "name": "TabEraser",
    "description": "Context menu to close tabs in various clever ways.",
    "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/",
    "background": {
        "scripts": [
            "bundle.js"
        ]
    },
    "icons": {
        "128": "images\/close-tabs-128.png",
        "48": "images\/close-tabs-48.png",
        "32": "images\/close-tabs-32.png",
        "24": "images\/close-tabs-24.png",
        "16": "images\/close-tabs-16.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}