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 |
官方網址 | 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" } } |