Memory Saver

Extension unloads not active tabs from RAM. Chrome can use less memory

What is Memory Saver?

Memory Saver is a Chrome extension developed by alexpts3, and its main feature is "Extension unloads not active tabs from RAM. Chrome can use less memory".

Extension Screenshots

screenshot

Download Memory Saver Extension CRX File

Download Memory Saver 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

                        Each tab requires Chrome to store a web page in memory. If you frequently have more than 20 tabs open, consider using a more lightweight mechanism to keep track of pages to read and things to do. Plugin can help save your memory. You can send some tab to sleep and recovery it after return to back.                    

Extension Basic Information

Name Memory Saver Memory Saver
ID clfldjhhkpaihbcdbamcdgpiegepodfh
Official URL https://chromewebstore.google.com/detail/memory-saver/clfldjhhkpaihbcdbamcdgpiegepodfh
Description Extension unloads not active tabs from RAM. Chrome can use less memory
File Size 46.06 KB
Installation Count 535
Current Version 0.0.5
Last Updated 2019-10-21
Publish Date 2019-10-21
Rating 3.00/5 Total 2 Ratings
Developer alexpts3
Email [email protected]
Payment Type free
Extension Website https://vk.com/memory_saver_chrome
Help Page URL https://vk.com/memory_saver_chrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memory Saver",
    "version": "0.0.5",
    "description": "Extension unloads not active tabs from RAM. Chrome can use less memory",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/promisify.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-panel.png"
    },
    "icons": {
        "128": "img\/icon-panel.png"
    },
    "content_security_policy": "script-src 'self' blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self' blob: filesystem:;"
}