Tab Freezer
Save laptop battery and increase performance by freezing tabs.
What is Tab Freezer?
Tab Freezer is a Chrome extension developed by Oneiric Arts, and its main feature is "Save laptop battery and increase performance by freezing tabs.".
Extension Screenshots
Download Tab Freezer Extension CRX File
Download Tab Freezer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you keep a lot of Chrome tabs open? Does your laptop sound like jet engine? Does it get hot enough to jeopardize your chances of having kids? Does your battery percentage reduce in front of your very eyes? Use Tab Freezer to freeze tabs so they do not consume memory or cpu, enabling longer battery life and better performance. You get to keep all your window and tab organizations as is, not having to manage bookmarks or links, and can easily get back to paused work.
Extension Basic Information
Name | Tab Freezer |
ID | efdchfhmomdehbbfkjcijgjnhihmebmn |
Official URL | https://chromewebstore.google.com/detail/tab-freezer/efdchfhmomdehbbfkjcijgjnhihmebmn |
Description | Save laptop battery and increase performance by freezing tabs. |
File Size | 10.06 KB |
Installation Count | 136 |
Current Version | 1.1 |
Last Updated | 2021-03-01 |
Publish Date | 2021-02-20 |
Developer | Oneiric Arts |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Freezer", "description": "Save laptop battery and increase performance by freezing tabs.", "version": "1.1", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Tab Freezer", "default_popup": "popup.html" }, "icons": { "16": "snow-outline-16.png", "32": "snow-outline-32.png", "48": "snow-outline-48.png", "128": "snow-outline-128.png" } } |