LocalStorage Sync
Sync local storage and session storage data from one computer to another!
LocalStorage Sync là gì?
LocalStorage Sync là một tiện ích mở rộng Chrome được phát triển bởi Allan Coding, và tính năng chính của nó là "Sync local storage and session storage data from one computer to another!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LocalStorage Sync
Tải xuống các tệp mở rộng LocalStorage Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Work's with most html5 games, and it saves game progress! It can be used as a html5 game saver!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LocalStorage Sync |
ID | nlgkphpdbpmpdngngdafeggajlblhhko |
URL Chính Thức | https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko |
Mô tả | Sync local storage and session storage data from one computer to another! |
Kích Thước Tệp | 57.47 KB |
Số Lần Cài Đặt | 728 |
Phiên Bản Hiện Tại | 3.9.3 |
Cập Nhật Lần Cuối | 2022-02-03 |
Ngày Phát Hành | 2021-03-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Allan Coding |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |