tabsleeper
Lightweight tab management
tabsleeperとは何ですか?
tabsleeperはhttps://tabsleeper.comによって開発されたChromeの拡張機能で、その主な機能は「Lightweight tab management」です。
拡張機能のスクリーンショット
tabsleeper拡張機能のCRXファイルをダウンロード
tabsleeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tabsleeper lets you sleep Chrome windows and tabs, putting them somewhere safe and closing the window. When you’re ready, you can wake them and pick up exactly where you left off. It will ease the load on your computer, saving battery, and making it faster overall. You can manage different sessions, keeping your browsing tidy and organised. Plus, everything is saved locally so it’s private. Never again get frustrated by tab overload. Sleep it away and you can always come back to it later. Or not.
拡張機能の基本情報
名前 | tabsleeper |
ID | immplmjnhpafilbefbokhflhmnbhigil |
公式URL | https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil |
説明 | Lightweight tab management |
ファイルサイズ | 211 KB |
インストール数 | 213 |
現在のバージョン | 0.4.0 |
最終更新日 | 2023-12-10 |
公開日 | 2020-05-30 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | https://tabsleeper.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tabsleeper.com |
ヘルプページのURL | https://github.com/tabsleeper/tabsleeper-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabsleeper", "version": "0.4.0", "description": "Lightweight tab management", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "128": "icon\/128.png" }, "background": { "service_worker": "build\/dist\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": { "default_icon": { "19": "icon\/browserAction\/19.png", "38": "icon\/browserAction\/38.png" }, "default_title": "Sleep this window", "default_popup": "static\/popup.html" }, "minimum_chrome_version": "88" } |