Lazy Tabs
Discard all inactive tabs (except pinned) at startup or by clicking an icon
什么是Lazy Tabs?
Lazy Tabs是由Jman开发的Chrome扩展程序,该扩展的主要功能是“Discard all inactive tabs (except pinned) at startup or by clicking an icon”。
扩展截图
下载Lazy Tabs扩展crx文件
下载Lazy Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab
扩展基本信息
名称 | Lazy Tabs |
ID | aabgbgciohhaogajcnacpgilhmacdahc |
官方URL | https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc |
简介 | Discard all inactive tabs (except pinned) at startup or by clicking an icon |
文件大小 | 10.38 KB |
安装次数 | 7,560 |
当前版本 | 1.0.0 |
更新时间 | 2023-06-22 |
上架时间 | 2020-07-02 |
评分 | 3.68/5 共137次评分 |
开发者 | Jman |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jman/lazy_tab |
帮助页面URL | https://github.com/jman/lazy_tab/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy Tabs", "version": "1.0.0", "manifest_version": 3, "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon", "incognito": "not_allowed", "minimum_chrome_version": "88", "action": { "default_title": "Discard other tabs", "default_icon": "ico_128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "ico_128.png" } } |