Save Working Session

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

What is Save Working Session?

Save Working Session is a Chrome extension developed by mactiencong, and its main feature is "Easy to save current working tabs and restore when you come back.".

Extension Screenshots

screenshot

Download Save Working Session Extension CRX File

Download Save Working Session extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
Official URL https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Description Easy to save current working tabs and restore when you come back.
File Size 7.23 KB
Installation Count 81
Current Version 1.0.1
Last Updated 2019-12-04
Publish Date 2019-12-01
Rating 4.00/5 Total 2 Ratings
Developer mactiencong
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/mactiencong/
Supported Languages 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"
    }
}