Tab Shelf
Let's group and organize too many tabs!!
ما هو Tab Shelf؟
Tab Shelf هو إضافة Chrome تم تطويرها بواسطة kota، والميزة الرئيسية لها هي "Let's group and organize too many tabs!!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Shelf
قم بتنزيل ملفات الامتداد Tab Shelf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Shelf organizes tabs that are too open. If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want. Tab Shelf is recommended in such cases. Tab Shelf allows you to group open tabs and evacuate them. For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping. You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.
معلومات أساسية عن التمديد
الاسم | |
ID | kjfciegmjpnkfackjbdpoioamkdhhplf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf |
الوصف | Let's group and organize too many tabs!! |
حجم الملف | 17 KB |
عدد التثبيتات | 521 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2021-03-28 |
تاريخ النشر | 2020-04-21 |
تقييم | 3.67/5 مجموع تقييمات 9 |
المطور | kota |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Shelf", "description": "__MSG_description__", "version": "1.3.1", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |