Tab Saver
One button click to save your current tab session offline for later restoring.
Tab Saverคืออะไร?
Tab Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://noahyamamoto.com และคุณลักษณะหลักของมันคือ "One button click to save your current tab session offline for later restoring."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Saver
ดาวน์โหลดไฟล์ส่วนขยาย Tab Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later. Features include: - Up to 95% memory reduction by saving your tab session for later. - Can be used as an alternative to extensions like Panic Button and OneTab. - Simple and colorful tab preview page that randomly generates a new background every time. - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension) - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser More features will be added as I think of them, suggestions welcome!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Saver |
ID | bcolcolejgecmpoklbikgcecpmchnkhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh |
คำอธิบาย | One button click to save your current tab session offline for later restoring. |
ขนาดไฟล์ | 43.49 KB |
จำนวนการติดตั้ง | 382 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-12-21 |
วันที่เผยแพร่ | 2019-12-20 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://noahyamamoto.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Egrodo/Tab-Saver-Chrome-Extension |
URL หน้าช่วยเหลือ | https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Saver", "description": "One button click to save your current tab session offline for later restoring.", "version": "1.2", "browser_action": { "default_icon": "icon-64.png", "default_title": "Tab Saver" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ] } |