Lazy Tabs
Discard all inactive tabs (except pinned) at startup or by clicking an icon
ما هو Lazy Tabs؟
Lazy Tabs هو إضافة Chrome تم تطويرها بواسطة Jman، والميزة الرئيسية لها هي "Discard all inactive tabs (except pinned) at startup or by clicking an icon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lazy Tabs
قم بتنزيل ملفات الامتداد Lazy Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab
معلومات أساسية عن التمديد
الاسم | Lazy Tabs |
ID | aabgbgciohhaogajcnacpgilhmacdahc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc |
الوصف | Discard all inactive tabs (except pinned) at startup or by clicking an icon |
حجم الملف | 10.38 KB |
عدد التثبيتات | 7,560 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-06-22 |
تاريخ النشر | 2020-07-02 |
تقييم | 3.68/5 مجموع تقييمات 137 |
المطور | Jman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jman/lazy_tab |
عنوان صفحة المساعدة | https://github.com/jman/lazy_tab/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy Tabs", "version": "1.0.0", "manifest_version": 3, "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon", "incognito": "not_allowed", "minimum_chrome_version": "88", "action": { "default_title": "Discard other tabs", "default_icon": "ico_128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "ico_128.png" } } |