LocalStorage Sync
Sync local storage and session storage data from one computer to another!
Co to jest LocalStorage Sync?
LocalStorage Sync to rozszerzenie Chrome opracowane przez Allan Coding, a jego główną funkcją jest „Sync local storage and session storage data from one computer to another!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LocalStorage Sync
Pobierz pliki rozszerzeń LocalStorage Sync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Work's with most html5 games, and it saves game progress!
It can be used as a html5 game saver! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nlgkphpdbpmpdngngdafeggajlblhhko |
| Oficjalny URL | https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko |
| Opis | Sync local storage and session storage data from one computer to another! |
| Rozmiar pliku | 57.47 KB |
| Liczba instalacji | 728 |
| Aktualna Wersja | 3.9.3 |
| Ostatnia Aktualizacja | 2022-02-03 |
| Data Publikacji | 2021-03-30 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Allan Coding |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |