Session Manager

A simple Session manager that syncs across your PCs

O que é Session Manager?

Session Manager é uma extensão do Chrome desenvolvida por https://rjgtav.wordpress.com, e sua principal característica é "A simple Session manager that syncs across your PCs".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Session Manager

Baixe arquivos de extensão Session Manager 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

                        With Session Manager you'll be able to group and save your tabs into multiple sessions.
This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs.

Features:
+ Up to 120 tabs per session
+ Up to 30 sessions
+ Automatically syncs between all of your PCs*

*Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.)

This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager                    

Informações Básicas da Extensão

Nome Session Manager Session Manager
ID aflhdjdhfogmjdakdkbhiacemdkkipkp
URL Oficial https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp
Descrição A simple Session manager that syncs across your PCs
Tamanho do Arquivo 2.09 MB
Contagem de Instalações 283
Versão Atual 1.2.2
Última Atualização 2020-04-02
Data de Publicação 2020-03-27
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://rjgtav.wordpress.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Manager",
    "version": "1.2.2",
    "description": "A simple Session manager that syncs across your PCs",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "runtime.js",
            "vendor.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}