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