LocalStorage Sync
Sync local storage and session storage data from one computer to another!
Qu'est-ce que LocalStorage Sync ?
LocalStorage Sync est une extension Chrome développée par Allan Coding, et sa fonction principale est "Sync local storage and session storage data from one computer to another!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LocalStorage Sync
Téléchargez les fichiers d'extension LocalStorage Sync 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
Work's with most html5 games, and it saves game progress! It can be used as a html5 game saver!
Informations de Base sur l'Extension
Nom | LocalStorage Sync |
ID | nlgkphpdbpmpdngngdafeggajlblhhko |
URL Officiel | https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko |
Description | Sync local storage and session storage data from one computer to another! |
Taille du Fichier | 57.47 KB |
Nombre d'Installations | 728 |
Version Actuelle | 3.9.3 |
Dernière Mise à Jour | 2022-02-03 |
Date de Publication | 2021-03-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Allan Coding |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |