Save Working Session

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

Co to jest Save Working Session?

Save Working Session to rozszerzenie Chrome opracowane przez mactiencong, a jego główną funkcją jest „Easy to save current working tabs and restore when you come back.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Save Working Session

Pobierz pliki rozszerzeń Save Working Session w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
Oficjalny URL https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Opis Easy to save current working tabs and restore when you come back.
Rozmiar pliku 7.23 KB
Liczba instalacji 81
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-12-04
Data Publikacji 2019-12-01
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper mactiencong
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.linkedin.com/in/mactiencong/
Obsługiwane Języki 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"
    }
}