LocalStorage Sync

Sync local storage and session storage data from one computer to another!

Was ist LocalStorage Sync?

LocalStorage Sync ist eine Chrome-Erweiterung, die von Allan Coding entwickelt wurde, und ihr Hauptmerkmal ist "Sync local storage and session storage data from one computer to another!".

Erweiterungsscreenshots

screenshot

LocalStorage Sync-Erweiterungs-CRX-Datei herunterladen

Laden Sie LocalStorage Sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Work's with most html5 games, and it saves game progress!

It can be used as a html5 game saver!                    

Grundlegende Informationen zur Erweiterung

Name LocalStorage Sync LocalStorage Sync
ID nlgkphpdbpmpdngngdafeggajlblhhko
Offizielle URL https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko
Beschreibung Sync local storage and session storage data from one computer to another!
Dateigröße 57.47 KB
Installationsanzahl 728
Aktuelle Version 3.9.3
Letztes Update 2022-02-03
Veröffentlichungsdatum 2021-03-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Allan Coding
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LocalStorage Sync",
    "version": "3.9.3",
    "description": "Sync local storage and session storage data from one computer to another!",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "script.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}