LocalStorage Sync
Sync local storage and session storage data from one computer to another!
什麼是LocalStorage Sync?
LocalStorage Sync是由Allan Coding開發的Chrome擴展程式,該擴展的主要功能是“Sync local storage and session storage data from one computer to another!”。
擴展截圖
下載LocalStorage Sync擴展crx文件
下載LocalStorage Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Work's with most html5 games, and it saves game progress! It can be used as a html5 game saver!
擴展基本資訊
名稱 | LocalStorage Sync |
ID | nlgkphpdbpmpdngngdafeggajlblhhko |
官方網址 | https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko |
簡介 | Sync local storage and session storage data from one computer to another! |
檔案大小 | 57.47 KB |
安裝次數 | 728 |
目前版本 | 3.9.3 |
更新時間 | 2022-02-03 |
上架時間 | 2021-03-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Allan Coding |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |