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
官方網址 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"
    }
}