Save Working Session

Easy to save current working tabs and restore when you come back.

什么是Save Working Session?

Save Working Session是由mactiencong开发的Chrome扩展程序,该扩展的主要功能是“Easy to save current working tabs and restore when you come back.”。

扩展截图

screenshot

下载Save Working Session扩展crx文件

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

扩展使用说明

                        Easy to save current working tabs and restore when you come back.

How to use:
Step 1: Click to icon of "Save Working Session" to save all current working tabs. Close browser and take some break.
Step 2: Open browser. Click again icon of "Save Working Session" to immediately restore all tabs of previous session and ready to continue working.

Note: Icon with green ⬇ means ready to restore.                    

扩展基本信息

名称 Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
官方URL https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
简介 Easy to save current working tabs and restore when you come back.
文件大小 7.23 KB
安装次数 81
当前版本 1.0.1
更新时间 2019-12-04
上架时间 2019-12-01
评分 4.00/5 共2次评分
开发者 mactiencong
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.linkedin.com/in/mactiencong/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Working Session",
    "short_name": "Save Working Session",
    "description": "Easy to save current working tabs and restore when you come back.",
    "version": "1.0.1",
    "author": "matico",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon\/icon.png"
    }
}