Snapshot

Capture the state of your current browser window.

O que é Snapshot?

Snapshot é uma extensão do Chrome desenvolvida por https://lucajoos.de, e sua principal característica é "Capture the state of your current browser window.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Snapshot

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

                        Save, synchronize and share the current state of your browser window. 
With just one click, you can create a personalized Snapshot that gives you full access to your last session - even if you've closed your browser.
Open Snapshot on another device, log in with your account, and get real-time access to all your saved tabs. You can even share your Snapshots with friends to let them experience your current browsing session with just a couple of clicks.                    

Informações Básicas da Extensão

Nome Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Oficial https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Descrição Capture the state of your current browser window.
Tamanho do Arquivo 186 KB
Contagem de Instalações 132
Versão Atual 2.3.0
Última Atualização 2022-05-29
Data de Publicação 2022-04-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://lucajoos.de
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://snapshot.lucajoos.de
URL da Página de Política de Privacidade https://snapshot.lucajoos.de/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapshot",
    "description": "Capture the state of your current browser window.",
    "version": "2.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "app.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/png\/16x16.png",
        "48": "icons\/png\/48x48.png",
        "128": "icons\/png\/128x128.png"
    }
}