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 |
官方URL | 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" ] } |