LocalStorage Sync
Sync local storage and session storage data from one computer to another!
Apa itu LocalStorage Sync?
LocalStorage Sync adalah ekstensi Chrome yang dikembangkan oleh Allan Coding, dan fitur utamanya adalah "Sync local storage and session storage data from one computer to another!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LocalStorage Sync
Unduh file ekstensi LocalStorage Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Work's with most html5 games, and it saves game progress! It can be used as a html5 game saver!
Informasi Dasar Ekstensi
Nama | LocalStorage Sync |
ID | nlgkphpdbpmpdngngdafeggajlblhhko |
URL Resmi | https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko |
Deskripsi | Sync local storage and session storage data from one computer to another! |
Ukuran File | 57.47 KB |
Jumlah Instalasi | 728 |
Versi Saat Ini | 3.9.3 |
Terakhir Diperbarui | 2022-02-03 |
Tanggal Publikasi | 2021-03-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Allan Coding |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |