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
Eメール [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"
    }
}