TabSaver

Save old tabs for later and free up memory

什么是TabSaver?

TabSaver是由16 Bit Images开发的Chrome扩展程序,该扩展的主要功能是“Save old tabs for later and free up memory”。

扩展截图

screenshot
screenshot
screenshot

下载TabSaver扩展crx文件

下载TabSaver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TabSaver TabSaver
ID ldmodhipdcnknfdhecnmoiaecbjhnmjc
官方URL https://chromewebstore.google.com/detail/tabsaver/ldmodhipdcnknfdhecnmoiaecbjhnmjc
简介 Save old tabs for later and free up memory
文件大小 17.74 KB
安装次数 128
当前版本 0.2.1
更新时间 2017-10-20
上架时间 2017-10-20
评分 3.50/5 共2次评分
开发者 16 Bit Images
付费类型 free
支持的语言 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\/"
    ]
}