Tab Manager Pro
This extension allows you to manage your tabs by grouping them for later consumption
ما هو Tab Manager Pro؟
Tab Manager Pro هو إضافة Chrome تم تطويرها بواسطة gsrai، والميزة الرئيسية لها هي "This extension allows you to manage your tabs by grouping them for later consumption".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Manager Pro
قم بتنزيل ملفات الامتداد Tab Manager Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder.
معلومات أساسية عن التمديد
الاسم | Tab Manager Pro |
ID | ebfpahimijhihjjnepkoojfpgpllbcdf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf |
الوصف | This extension allows you to manage your tabs by grouping them for later consumption |
حجم الملف | 333 KB |
عدد التثبيتات | 590 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-06-09 |
تاريخ النشر | 2017-06-08 |
تقييم | 3.85/5 مجموع تقييمات 13 |
المطور | gsrai |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager Pro", "version": "1.1", "author": "Gagondeep Srai", "description": "This extension allows you to manage your tabs by grouping them for later consumption", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "not_allowed", "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "index.html", "default_title": "manage your tabs" }, "permissions": [ "tabs", "storage", "downloads" ] } |