LocalStorage Sync

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

Wat is LocalStorage Sync?

LocalStorage Sync is een Chrome-extensie ontwikkeld door Allan Coding, en de belangrijkste functie is "Sync local storage and session storage data from one computer to another!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LocalStorage Sync

Download LocalStorage Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

It can be used as a html5 game saver!                    

Basisinformatie over de Extensie

Naam LocalStorage Sync LocalStorage Sync
ID nlgkphpdbpmpdngngdafeggajlblhhko
Officiële URL https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko
Beschrijving Sync local storage and session storage data from one computer to another!
Bestandsgrootte 57.47 KB
Aantal Installaties 728
Huidige Versie 3.9.3
Laatst Bijgewerkt 2022-02-03
Publicatiedatum 2021-03-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Allan Coding
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}