CloseTabsByDomain

Close all tabs by domain

ما هو CloseTabsByDomain؟

CloseTabsByDomain هو إضافة Chrome تم تطويرها بواسطة https://ragerworks.com، والميزة الرئيسية لها هي "Close all tabs by domain".

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

screenshot
screenshot

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

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

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

                        With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain!

There are two ways to use the extension:

 - Right-click in the page
 - Click on the extension button

Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order:

- Alphabetical
- By number of open tabs

New: 

- Sort open tabs by domain                    

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

الاسم CloseTabsByDomain CloseTabsByDomain
ID hjnfjlehafmdppfncbjafjghkfkgiaml
عنوان URL الرسمي https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml
الوصف Close all tabs by domain
حجم الملف 61.61 KB
عدد التثبيتات 95
النسخة الحالية 1.2.0
آخر تحديث 2020-10-10
تاريخ النشر 2018-12-09
تقييم 5.00/5 مجموع تقييمات 1
المطور https://ragerworks.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ragerworks.com/static/close-tabs-by-domain.html
اللغات المدعومة de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloseTabsByDomain",
    "description": "Close all tabs by domain",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/logo\/icon_16.png",
        "48": "img\/logo\/icon_48.png",
        "128": "img\/logo\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/logo\/icon_16.png",
            "48": "img\/logo\/icon_48.png"
        },
        "default_title": "CloseByDomain",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}