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 |
Eメール | [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" } } |