Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
ما هو Native Lazy Tabs؟
Native Lazy Tabs هو إضافة Chrome تم تطويرها بواسطة Jacob "kurtextrem" Groß، والميزة الرئيسية لها هي "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Native Lazy Tabs
قم بتنزيل ملفات الامتداد Native Lazy Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically discards all tabs at startup, before they load (CPU usage), reducing memory footprint and unnecessary bandwidth usage. Click on the icon to discard all tabs apart from the currently active one. It uses the most recent APIs available in Chrome & Manifest V3.
معلومات أساسية عن التمديد
الاسم | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
الوصف | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
حجم الملف | 13.38 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 0.8 |
آخر تحديث | 2021-07-05 |
تاريخ النشر | 2021-07-05 |
المطور | Jacob "kurtextrem" Groß |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.kurtextrem.de/chrome/PRIVACY.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "eventPage.js" }, "action": { "default_title": "Left-click to discard all tabs" }, "description": "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Native Lazy Tabs", "permissions": [ "tabs" ], "version": "0.8" } |