Snapshot

Capture the state of your current browser window.

¿Qué es Snapshot?

Snapshot es una extensión de Chrome desarrollada por https://lucajoos.de, y su función principal es "Capture the state of your current browser window.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Snapshot

Descarga archivos de extensión Snapshot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Oficial https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Descripción Capture the state of your current browser window.
Tamaño del Archivo 186 KB
Cantidad de Instalaciones 132
Versión Actual 2.3.0
Última Actualización 2022-05-29
Fecha de Publicación 2022-04-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://lucajoos.de
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://snapshot.lucajoos.de
URL de la Página de Política de Privacidad https://snapshot.lucajoos.de/privacy.html
Idiomas Soportados 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"
    }
}