Manage Tabs
Save memory and keep tabs organized
ما هو Manage Tabs؟
Manage Tabs هو إضافة Chrome تم تطويرها بواسطة Hans J Schroeder، والميزة الرئيسية لها هي "Save memory and keep tabs organized".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Manage Tabs
قم بتنزيل ملفات الامتداد Manage Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save lots of memory and use groups to keep your tabs organized. You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click. Minimum memory use When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive') Privacy assurance This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do. In fact this is the main reason why this extension has been developed. Changelog 0.5.2 - 2017-12-17 Changed - Fix API to LocalStorage
معلومات أساسية عن التمديد
الاسم | Manage Tabs |
ID | kijdiheabofhiihcebgpeelmgfmcogel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel |
الوصف | Save memory and keep tabs organized |
حجم الملف | 88.48 KB |
عدد التثبيتات | 427 |
النسخة الحالية | 0.5.2 |
آخر تحديث | 2017-12-17 |
تاريخ النشر | 2017-12-17 |
تقييم | 4.10/5 مجموع تقييمات 10 |
المطور | Hans J Schroeder |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Tabs", "version": "0.5.2", "manifest_version": 2, "description": "Save memory and keep tabs organized", "incognito": "split", "author": "Hans J Schroeder", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Manage Tabs" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "short_name": "Tabmatic" } |