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是由Jacob "kurtextrem" Groß开发的Chrome扩展程序,该扩展的主要功能是“Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.”。
扩展截图
下载Native Lazy Tabs扩展crx文件
下载Native Lazy Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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" } |