Tabs & Memory
Tabs & Memory extension: Reduce the memory and CPU usage, free up system resources!
Tabs & Memoryคืออะไร?
Tabs & Memory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VadimRozov และคุณลักษณะหลักของมันคือ "Tabs & Memory extension: Reduce the memory and CPU usage, free up system resources!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs & Memory
ดาวน์โหลดไฟล์ส่วนขยาย Tabs & Memory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you constantly have to keep open 15 or more tabs in the Google Chrome browser, you will find this extension indispensable. Each of these background tabs consumes a certain amount of memory that could be used for more useful purposes. Sometimes its ‘edacity’ may reach 3, 4, or even 5 GB. For powerful systems, this may not be a big problem, but if your computer is a little behind the progress, it may be having a rough time. It’s possible and even necessary to reduce the memory footprint of constantly open tabs using the Tabs & Memory extension for Chrome. Tabs & Memory is the most popular extension among users of the Google Chrome browser. This Chrome extension solves one major problem - too many open tabs consume tons of RAM and CPU power. The more tabs you have, the more memory Chrome consumes. This eventually might cause your PC to slow down and may even lead to blue screens. With the Tabs & Memory extension you can adjust suspension of less important tabs, or tabs that are not currently used to free up system resources. In this case tabs will be suspended after a stated period of time. This not only reduces the number of times the browser crashes, thanks to the reduction of resource consumption, but also allows you to retain all the tabs after a crash or PC reboot. This extension also prevents the browser from reloading many tabs at the same time. Another useful feature allows you to schedule tab auto-refreshing in case you need fresh data every second. We hope you appreciate our very simple and intuitive interface of the extension and rate us 5 stars!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fnibfcdoloamicfiphjeojfdjpdgklkm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabs-memory/fnibfcdoloamicfiphjeojfdjpdgklkm |
คำอธิบาย | Tabs & Memory extension: Reduce the memory and CPU usage, free up system resources! |
ขนาดไฟล์ | 70.3 KB |
จำนวนการติดตั้ง | 639 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-18 |
วันที่เผยแพร่ | 2015-12-18 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | VadimRozov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs & Memory", "description": "Tabs & Memory extension: Reduce the memory and CPU usage, free up system resources!", "version": "1.0", "icons": { "16": "images\/tabsmemory16.png", "48": "images\/tabsmemory48.png", "128": "images\/tabsmemory128.png" }, "browser_action": { "default_icon": "images\/tabsmemory48.png", "default_popup": "main.html", "badge": 0 }, "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/tabs.js", "scripts\/background.js" ] }, "permissions": [ "tabs", "activeTab", "storage", "webRequest", "webRequestBlocking", "system.memory", "tabCapture", "http:\/\/*\/", "https:\/\/*\/" ] } |