Save Tabs

Save your opened tabs as json or plain text

什么是Save Tabs?

Save Tabs是由robeeeert开发的Chrome扩展程序,该扩展的主要功能是“Save your opened tabs as json or plain text”。

扩展截图

screenshot
screenshot

下载Save Tabs扩展crx文件

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

扩展使用说明

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

扩展基本信息

名称 Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
官方URL https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
简介 Save your opened tabs as json or plain text
文件大小 12.91 KB
安装次数 160
当前版本 0.2.0
更新时间 2017-04-23
上架时间 2017-04-23
评分 4.00/5 共2次评分
开发者 robeeeert
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/robeeeert/chrome-save-tabs
帮助页面URL https://github.com/robeeeert/chrome-save-tabs/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}