Tab Saver
One button click to save your current tab session offline for later restoring.
什么是Tab Saver?
Tab Saver是由https://noahyamamoto.com开发的Chrome扩展程序,该扩展的主要功能是“One button click to save your current tab session offline for later restoring.”。
扩展截图
下载Tab Saver扩展crx文件
下载Tab Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later.
Features include:
  - Up to 95% memory reduction by saving your tab session for later.
  - Can be used as an alternative to extensions like Panic Button and OneTab.
  - Simple and colorful tab preview page that randomly generates a new background every time.
  - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension)
  - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser
More features will be added as I think of them, suggestions welcome!                     扩展基本信息
| 名称 |   |  
| ID | bcolcolejgecmpoklbikgcecpmchnkhh | 
| 官方URL | https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh | 
| 简介 | One button click to save your current tab session offline for later restoring. | 
| 文件大小 | 43.49 KB | 
| 安装次数 | 382 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2019-12-21 | 
| 上架时间 | 2019-12-20 | 
| 评分 | 3.00/5 共4次评分 | 
| 开发者 | https://noahyamamoto.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/Egrodo/Tab-Saver-Chrome-Extension | 
| 帮助页面URL | https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Saver",
    "description": "One button click to save your current tab session offline for later restoring.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "Tab Saver"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}  |  |