Snapshot

Capture the state of your current browser window.

Qu'est-ce que Snapshot ?

Snapshot est une extension Chrome développée par https://lucajoos.de, et sa fonction principale est "Capture the state of your current browser window.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Snapshot

Téléchargez les fichiers d'extension Snapshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Officiel https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Description Capture the state of your current browser window.
Taille du Fichier 186 KB
Nombre d'Installations 132
Version Actuelle 2.3.0
Dernière Mise à Jour 2022-05-29
Date de Publication 2022-04-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://lucajoos.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://snapshot.lucajoos.de
URL de la Page de Politique de Confidentialité https://snapshot.lucajoos.de/privacy.html
Langues Prises en Charge 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"
    }
}