tabsleeper
Lightweight tab management
tabsleeperคืออะไร?
tabsleeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabsleeper.com และคุณลักษณะหลักของมันคือ "Lightweight tab management"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabsleeper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |