Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
ما هو Tabbie Updated؟
Tabbie Updated هو إضافة Chrome تم تطويرها بواسطة Jacob "kurtextrem" Groß، والميزة الرئيسية لها هي "The missing tab manager for Chrome, updated for the latest Chrome version.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabbie Updated
قم بتنزيل ملفات الامتداد Tabbie Updated بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
معلومات أساسية عن التمديد
الاسم | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
الوصف | The missing tab manager for Chrome, updated for the latest Chrome version. |
حجم الملف | 89.35 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-12-03 |
تاريخ النشر | 2018-12-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Jacob "kurtextrem" Groß |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kurtextrem/tabbie |
عنوان صفحة المساعدة | https://github.com/kurtextrem/tabbie/issues |
عنوان صفحة سياسة الخصوصية | https://www.kurtextrem.de/chrome/PRIVACY.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |