Close My Tabs

Close all open tabs at once !!

ما هو Close My Tabs؟

Close My Tabs هو إضافة Chrome تم تطويرها بواسطة intrendchrome، والميزة الرئيسية لها هي "Close all open tabs at once !!".

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

screenshot
screenshot

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

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

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

                        Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.                    

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

الاسم Close My Tabs Close My Tabs
ID nogodmiaohiadblfhmhibfmohlcmdpbh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh
الوصف Close all open tabs at once !!
حجم الملف 97.71 KB
عدد التثبيتات 767
النسخة الحالية 1.0
آخر تحديث 2014-01-16
تاريخ النشر 2014-01-16
تقييم 4.44/5 مجموع تقييمات 9
المطور intrendchrome
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close My Tabs",
    "description": "Close all open tabs at once !!",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "",
        "default_icon": "CloseMyTabs_Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html"
}