Tab Hell
Sort of solution of "Tab Hell problem".
ما هو Tab Hell؟
Tab Hell هو إضافة Chrome تم تطويرها بواسطة weiz، والميزة الرئيسية لها هي "Sort of solution of "Tab Hell problem".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Hell
قم بتنزيل ملفات الامتداد Tab Hell بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You have a problem with lots of opened browser tabs? All tabs "needed" but never used? This extension autoclose forgotten tabs and save list of this tabs. Additional functions: - grouping tabs by hostname; - reload all tabs; - remove duplicates of tabs;
معلومات أساسية عن التمديد
الاسم | Tab Hell |
ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
الوصف | Sort of solution of "Tab Hell problem". |
حجم الملف | 21.15 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2015-05-07 |
تاريخ النشر | 2015-05-07 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | weiz |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Hell", "description": "__MSG_extDescription__", "version": "0.1.2", "browser_action": { "default_icon": "tabHell.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "options_page": "options.html", "default_locale": "en" } |