Duplicate tabs closer
Close tab of the same url quickly and easily.
ما هو Duplicate tabs closer؟
Duplicate tabs closer هو إضافة Chrome تم تطويرها بواسطة Roey، والميزة الرئيسية لها هي "Close tab of the same url quickly and easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duplicate tabs closer
قم بتنزيل ملفات الامتداد Duplicate tabs closer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Close tab of the same url quickly and easily.
معلومات أساسية عن التمديد
الاسم | Duplicate tabs closer |
ID | hleiiepnagionbolbhmligmnidmaehoo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo |
الوصف | Close tab of the same url quickly and easily. |
حجم الملف | 28.91 KB |
عدد التثبيتات | 238 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-10-04 |
تاريخ النشر | 2015-12-27 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Roey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/roeycohen/Popcorn-Player-Chrome-extension |
عنوان صفحة سياسة الخصوصية | https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duplicate tabs closer", "version": "0.0.1", "manifest_version": 2, "description": "Close tab of the same url quickly and easily.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Close duplicate tabs" }, "permissions": [ "tabs", "notifications" ] } |