Sleepy Tabs
This extension puts to sleep tabs that have not been viewed after a while.
Sleepy Tabsとは何ですか?
Sleepy TabsはYougliによって開発されたChromeの拡張機能で、その主な機能は「This extension puts to sleep tabs that have not been viewed after a while.」です。
拡張機能のスクリーンショット
Sleepy Tabs拡張機能のCRXファイルをダウンロード
Sleepy Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you preserve your precious memory: - sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options). - optionally keeps inactive tabs awake based on an exclude list of domains set in the options. - discarded tabs wake up and reload as soon as they're opened. You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.
拡張機能の基本情報
名前 | Sleepy Tabs |
ID | ghbocnpamjieoodjgmpffemppjceocep |
公式URL | https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep |
説明 | This extension puts to sleep tabs that have not been viewed after a while. |
ファイルサイズ | 7.33 KB |
インストール数 | 246 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-01 |
公開日 | 2018-03-01 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Yougli |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sleepy Tabs", "description": "This extension puts to sleep tabs that have not been viewed after a while.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "alarms", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": true } } |