Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Apa itu Native Lazy Tabs?
Native Lazy Tabs adalah ekstensi Chrome yang dikembangkan oleh Jacob "kurtextrem" Groß, dan fitur utamanya adalah "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Native Lazy Tabs
Unduh file ekstensi Native Lazy Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
URL Resmi | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Deskripsi | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Ukuran File | 13.38 KB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 0.8 |
Terakhir Diperbarui | 2021-07-05 |
Tanggal Publikasi | 2021-07-05 |
Pengembang | Jacob "kurtextrem" Groß |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.kurtextrem.de/chrome/PRIVACY.html |
Bahasa yang Didukung | 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" } |