Tab Saver

Reduces memory by saving your open tabs for later use

什么是Tab Saver?

Tab Saver是由http://visnova.media开发的Chrome扩展程序,该扩展的主要功能是“Reduces memory by saving your open tabs for later use”。

扩展截图

screenshot

下载Tab Saver扩展crx文件

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

扩展使用说明

                        Have you ever wanted to temporarily close all the tabs of your browser but couldn't?
With this extension now you can!

Just with a simple click, you can save all the tabs you currently have open.
You can give a name to that tab group to easily find them later.

You can create as many tab groups as you want and restore them any time!	

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.
'Open Tabs' - this permission is needed to save your open tabs.

Privacy:
Your privacy matters. Here's how we protect it: https://www.tab-saver.com/privacy
Terms Of Use: https://www.tab-saver.com/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

扩展基本信息

名称 Tab Saver Tab Saver
ID daanjholbobmhepdohhgklgoidoofopf
官方URL https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf
简介 Reduces memory by saving your open tabs for later use
文件大小 267 KB
安装次数 4,485
当前版本 2.4
更新时间 2021-02-23
上架时间 2019-11-28
评分 2.83/5 共23次评分
开发者 http://visnova.media
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tab-saver.com
隐私政策页面URL https://www.tab-saver.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "tabsaver.html"
    },
    "manifest_version": 2,
    "name": "Tab Saver",
    "version": "2.4",
    "description": "Reduces memory by saving your open tabs for later use",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tab Saver"
    },
    "background": {
        "page": "tabsaver.html",
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}