Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Co to jest Native Lazy Tabs?
Native Lazy Tabs to rozszerzenie Chrome opracowane przez Jacob "kurtextrem" Groß, a jego główną funkcją jest „Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Native Lazy Tabs
Pobierz pliki rozszerzeń Native Lazy Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
Oficjalny URL | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Opis | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Rozmiar pliku | 13.38 KB |
Liczba instalacji | 162 |
Aktualna Wersja | 0.8 |
Ostatnia Aktualizacja | 2021-07-05 |
Data Publikacji | 2021-07-05 |
Deweloper | Jacob "kurtextrem" Groß |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.kurtextrem.de/chrome/PRIVACY.html |
Obsługiwane Języki | 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" } |