Close Others

Close Other Tabs.

ما هو Close Others؟

Close Others هو إضافة Chrome تم تطويرها بواسطة asukaze، والميزة الرئيسية لها هي "Close Other Tabs.".

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

screenshot

تحميل ملف CRX للإضافة Close Others

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

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

                        Add "Close Others" Button into toolbar.
All tabs except the current tab will be closed.

Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj                    

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

الاسم Close Others Close Others
ID jlkpafdhmdhiahnmcmjejmlidghcobeb
عنوان URL الرسمي https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb
الوصف Close Other Tabs.
حجم الملف 43.24 KB
عدد التثبيتات 1,338
النسخة الحالية 0.4
آخر تحديث 2022-06-16
تاريخ النشر 2014-07-23
تقييم 5.00/5 مجموع تقييمات 9
المطور asukaze
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.asukaze.net/soft/ch_removetabs/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Others",
    "version": "0.4",
    "manifest_version": 3,
    "description": "Close Other Tabs.",
    "icons": {
        "16": "close_others.png",
        "48": "close_others_48.png",
        "128": "close_others_128.png"
    },
    "action": {
        "default_icon": "close_others.png",
        "default_title": "Close Others"
    },
    "background": {
        "service_worker": "close_others.js"
    }
}