Intip.in's Tab Manager
Tab Manager that doesn't track you.
ما هو Intip.in's Tab Manager؟
Intip.in's Tab Manager هو إضافة Chrome تم تطويرها بواسطة https://www.cscpro.org، والميزة الرئيسية لها هي "Tab Manager that doesn't track you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Intip.in's Tab Manager
قم بتنزيل ملفات الامتداد Intip.in's Tab Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
No more cluttering tabs! Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click. .. amazingly handful Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab. We respect your privacy No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github. Install on your Chrome Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store. TO DO: - Add documentation - Add export/import button - Add pagination for huge list
معلومات أساسية عن التمديد
الاسم | Intip.in's Tab Manager |
ID | halkhdmljjkflcfbhpgpeplpkcpmjmgj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj |
الوصف | Tab Manager that doesn't track you. |
حجم الملف | 288 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2017-02-01 |
تاريخ النشر | 2017-02-01 |
تقييم | 4.40/5 مجموع تقييمات 10 |
المطور | https://www.cscpro.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.cscpro.org/labs/tab-manager/ |
عنوان صفحة المساعدة | https://www.cscpro.org/labs/tab-manager/ |
عنوان صفحة سياسة الخصوصية | https://www.cscpro.org/labs/tab-manager |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intip.in's Tab Manager", "description": "Tab Manager that doesn't track you.", "version": "1.0.4", "manifest_version": 2, "options_page": "options.html", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Save all tabs" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "contextMenus" ] } |