Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Tab Cleanupคืออะไร?
Tab Cleanup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabcleanup.com และคุณลักษณะหลักของมันคือ "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Cleanup
ดาวน์โหลดไฟล์ส่วนขยาย Tab Cleanup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
คำอธิบาย | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
ขนาดไฟล์ | 191 KB |
จำนวนการติดตั้ง | 1,337 |
เวอร์ชันปัจจุบัน | 0.9.9 |
อัปเดตครั้งล่าสุด | 2023-09-02 |
วันที่เผยแพร่ | 2019-08-26 |
คะแนน | 2.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://tabcleanup.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://tabcleanup.com/support.php |
URL หน้านโยบายความเป็นส่วนตัว | https://www.guppymedia.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |