Save Working Session

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

Qu'est-ce que Save Working Session ?

Save Working Session est une extension Chrome développée par mactiencong, et sa fonction principale est "Easy to save current working tabs and restore when you come back.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save Working Session

Téléchargez les fichiers d'extension Save Working Session au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
URL Officiel https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Description Easy to save current working tabs and restore when you come back.
Taille du Fichier 7.23 KB
Nombre d'Installations 81
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-12-04
Date de Publication 2019-12-01
Évaluation 4.00/5 Total 2 Évaluations
Développeur mactiencong
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/in/mactiencong/
Langues Prises en Charge 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"
    }
}