Tabs Closer
Tabs Closer - closing all tabs of same domain
ما هو Tabs Closer؟
Tabs Closer هو إضافة Chrome تم تطويرها بواسطة Dmitry Lebedev، والميزة الرئيسية لها هي "Tabs Closer - closing all tabs of same domain".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs Closer
قم بتنزيل ملفات الامتداد Tabs Closer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tabs Closer - will close all tabs of the same domain in one click.
معلومات أساسية عن التمديد
الاسم | Tabs Closer |
ID | kbjdilnofjdfokcgnpfcjogadbepemno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabs-closer/kbjdilnofjdfokcgnpfcjogadbepemno |
الوصف | Tabs Closer - closing all tabs of same domain |
حجم الملف | 23.04 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2019-04-02 |
تاريخ النشر | 2019-04-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Dmitry Lebedev |
نوع الدفع | free |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js" ] }, "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "http:\/\/dmitrylebedev.io\/closy", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Tabs Closer", "browser_action": { "default_icon": "img\/icon48.png", "default_title": "__MSG_extIconDescription__" }, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |