Save Working Session

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

O que é Save Working Session?

Save Working Session é uma extensão do Chrome desenvolvida por mactiencong, e sua principal característica é "Easy to save current working tabs and restore when you come back.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save Working Session

Baixe arquivos de extensão Save Working Session no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
URL Oficial https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
Descrição Easy to save current working tabs and restore when you come back.
Tamanho do Arquivo 7.23 KB
Contagem de Instalações 81
Versão Atual 1.0.1
Última Atualização 2019-12-04
Data de Publicação 2019-12-01
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor mactiencong
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedin.com/in/mactiencong/
Idiomas Suportados 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"
    }
}