Sleepy Tabs
This extension puts to sleep tabs that have not been viewed after a while.
Sleepy Tabsคืออะไร?
Sleepy Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yougli และคุณลักษณะหลักของมันคือ "This extension puts to sleep tabs that have not been viewed after a while."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sleepy Tabs
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |