Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Vad är Native Lazy Tabs?
Native Lazy Tabs är en Chrome-tillägg utvecklad av Jacob "kurtextrem" Groß, och dess huvudfunktion är "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Tilläggsskärmbilder
Ladda ner Native Lazy Tabs-förlängningens CRX-fil
Ladda ner Native Lazy Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
Officiell webbadress | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Beskrivning | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Filstorlek | 13.38 KB |
Antal Installationer | 162 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2021-07-05 |
Publiceringsdatum | 2021-07-05 |
Utvecklare | Jacob "kurtextrem" Groß |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.kurtextrem.de/chrome/PRIVACY.html |
Stödda Språk | 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" } |