Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

ما هو Close Tabs؟

Close Tabs هو إضافة Chrome تم تطويرها بواسطة https://tejji.com، والميزة الرئيسية لها هي "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

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

الاسم Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
عنوان URL الرسمي https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
الوصف Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
حجم الملف 72.56 KB
عدد التثبيتات 11,611
النسخة الحالية 1.2
آخر تحديث 2018-09-14
تاريخ النشر 2018-09-13
تقييم 4.24/5 مجموع تقييمات 186
المطور https://tejji.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://tejji.com/
عنوان صفحة المساعدة http://tejji.com/contactus.aspx
عنوان صفحة سياسة الخصوصية https://tejji.com/privacy.aspx
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}