TabSaver

Save old tabs for later and free up memory

What is TabSaver?

TabSaver is a Chrome extension developed by 16 Bit Images, and its main feature is "Save old tabs for later and free up memory".

Extension Screenshots

screenshot
screenshot
screenshot

Download TabSaver Extension CRX File

Download TabSaver 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

                        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.                    

Extension Basic Information

Name TabSaver TabSaver
ID ldmodhipdcnknfdhecnmoiaecbjhnmjc
Official URL https://chromewebstore.google.com/detail/tabsaver/ldmodhipdcnknfdhecnmoiaecbjhnmjc
Description Save old tabs for later and free up memory
File Size 17.74 KB
Installation Count 128
Current Version 0.2.1
Last Updated 2017-10-20
Publish Date 2017-10-20
Rating 3.50/5 Total 2 Ratings
Developer 16 Bit Images
Payment Type free
Supported Languages 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\/"
    ]
}