TabSaver
Save old tabs for later and free up memory
TabSaverคืออะไร?
TabSaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 16 Bit Images และคุณลักษณะหลักของมันคือ "Save old tabs for later and free up memory"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabSaver
ดาวน์โหลดไฟล์ส่วนขยาย TabSaver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save extra tabs for later to prevent them from eating up extra system resources. TabSaver reduces the amount of memory that Chrome needs by saving tabs for later use. It is lightweight, easy to use, and simple to save and restore tabs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabSaver |
ID | ldmodhipdcnknfdhecnmoiaecbjhnmjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabsaver/ldmodhipdcnknfdhecnmoiaecbjhnmjc |
คำอธิบาย | Save old tabs for later and free up memory |
ขนาดไฟล์ | 17.74 KB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2017-10-20 |
วันที่เผยแพร่ | 2017-10-20 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | 16 Bit Images |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSaver", "short_name": "TabSaver", "description": "Save old tabs for later and free up memory", "version": "0.2.1", "author": "Martin Green", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "chrome:\/\/favicon\/" ] } |