Tabli
A simple, powerful tab manager
ما هو Tabli؟
Tabli هو إضافة Chrome تم تطويرها بواسطة https://gettabli.com، والميزة الرئيسية لها هي "A simple, powerful tab manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabli
قم بتنزيل ملفات الامتداد Tabli بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows. Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service. You can learn more about Tabli on the Tabli web site (under "Additional Information")
معلومات أساسية عن التمديد
الاسم | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
الوصف | A simple, powerful tab manager |
حجم الملف | 2.55 MB |
عدد التثبيتات | 62,081 |
النسخة الحالية | 2.1.2 |
آخر تحديث | 2021-04-29 |
تاريخ النشر | 2020-03-29 |
تقييم | 4.68/5 مجموع تقييمات 470 |
المطور | https://gettabli.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.gettabli.com/ |
عنوان صفحة المساعدة | https://www.gettabli.com/tabli-usage.html |
عنوان صفحة سياسة الخصوصية | https://www.gettabli.com/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabli", "description": "A simple, powerful tab manager", "version": "2.1.2", "browser_action": { "default_icon": "images\/glyphicons_154_more_windows.png", "default_popup": "popup.html", "default_title": "Tabli" }, "background": { "scripts": [ "js\/common.bundle.js", "js\/bgHelper.bundle.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "bookmarks", "chrome:\/\/favicon\/*" ], "icons": { "16": "images\/glyphicons_154_more_windows.png", "48": "images\/Multimedia-12-48.png", "128": "images\/Multimedia-12-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "MacCtrl+Period" } }, "show_popout": { "description": "Show the Tabli popout window", "global": true, "suggested_key": { "default": "Ctrl+Comma", "mac": "MacCtrl+Comma" } } } } |