Tabsanity Terminator
Removes Duplicate Tabs + Groups Tabs by URL
ما هو Tabsanity Terminator؟
Tabsanity Terminator هو إضافة Chrome تم تطويرها بواسطة Rich Werden، والميزة الرئيسية لها هي "Removes Duplicate Tabs + Groups Tabs by URL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabsanity Terminator
قم بتنزيل ملفات الامتداد Tabsanity Terminator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!
معلومات أساسية عن التمديد
الاسم | |
ID | gogccpmimpnngeklhecgkcnmagenaepd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd |
الوصف | Removes Duplicate Tabs + Groups Tabs by URL |
حجم الملف | 18.23 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 0.21 |
آخر تحديث | 2018-01-10 |
تاريخ النشر | 2018-01-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Rich Werden |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabsanity Terminator", "author": "Rich Werden (@r-i-c-h)", "version": "0.21", "description": "Removes Duplicate Tabs + Groups Tabs by URL", "icons": { "128": "ico_128.png", "48": "ico_48.png", "16": "ico_16.png" }, "background": { "persistent": false, "scripts": [ "theJS.js" ] }, "browser_action": { "default_icon": "ico_16.png", "default_title": "Tabsanity Terminator" }, "permissions": [ "activeTab", "tabs" ] } |