Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

ما هو Close All Tabs؟

Close All Tabs هو إضافة Chrome تم تطويرها بواسطة mark.smith56725، والميزة الرئيسية لها هي "Close all open tabs, pinned tabs, and incognito mode tabs.".

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

screenshot
screenshot
screenshot

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

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

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

                        Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. 

easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy                    

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

الاسم Close All Tabs Close All Tabs
ID cgclhkbaopocbigfahclandepkfhnnnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf
الوصف Close all open tabs, pinned tabs, and incognito mode tabs.
حجم الملف 30.15 KB
عدد التثبيتات 5,908
النسخة الحالية 1.1.7
آخر تحديث 2022-10-04
تاريخ النشر 2022-10-04
المطور mark.smith56725
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://easytabcleanup.com
عنوان صفحة المساعدة https://easytabcleanup.com/?a=privacy
عنوان صفحة سياسة الخصوصية http://easytabcleanup.com?a=privacy
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Easy Tab Clean Up"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
    "homepage_url": "https:\/\/easytabcleanup.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Close All Tabs",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7"
}