Save Working Session

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

Cos'è Save Working Session?

Save Working Session è un'estensione di Chrome sviluppata da mactiencong, e la sua funzione principale è "Easy to save current working tabs and restore when you come back.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save Working Session

Scarica i file di estensione Save Working Session in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
URL Ufficiale https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Descrizione Easy to save current working tabs and restore when you come back.
Dimensione del File 7.23 KB
Conteggio Installazioni 81
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-12-04
Data di Pubblicazione 2019-12-01
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore mactiencong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/in/mactiencong/
Lingue Supportate 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"
    }
}