Close duplicate tab
Close duplicate tab on current window.
ما هو Close duplicate tab؟
Close duplicate tab هو إضافة Chrome تم تطويرها بواسطة https://heppokofrontend.dev، والميزة الرئيسية لها هي "Close duplicate tab on current window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Close duplicate tab
قم بتنزيل ملفات الامتداد Close duplicate tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on. If you keep opening them in a new tab to read them later, you will have too many tabs in no time. This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date! ## v1.0.3 - Update English - Change to use dialog on all task button - Fix confirm dialog bugs ## v1.0.2 - Update function "Divide all tabs for each hostname" - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname. ## v1.0.1 - Fix critical bug that is not able to load savedata ## v1.0.0 - Stable release
معلومات أساسية عن التمديد
الاسم | Close duplicate tab |
ID | ollnnjepahcgphpjjhcfohpelmpldghj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj |
الوصف | Close duplicate tab on current window. |
حجم الملف | 22.46 KB |
عدد التثبيتات | 1,280 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-05-15 |
تاريخ النشر | 2021-07-14 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://heppokofrontend.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs |
عنوان صفحة المساعدة | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues |
عنوان صفحة سياسة الخصوصية | https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8 |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDesc__", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "worker.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "images\/icon.png" }, "default_locale": "en" } |