Save Working Session

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

Wat is Save Working Session?

Save Working Session is een Chrome-extensie ontwikkeld door mactiencong, en de belangrijkste functie is "Easy to save current working tabs and restore when you come back.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save Working Session

Download Save Working Session-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
Officiële URL https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Beschrijving Easy to save current working tabs and restore when you come back.
Bestandsgrootte 7.23 KB
Aantal Installaties 81
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-12-04
Publicatiedatum 2019-12-01
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mactiencong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/mactiencong/
Ondersteunde Talen 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"
    }
}