LocalStorage Sync
Sync local storage and session storage data from one computer to another!
LocalStorage Syncคืออะไร?
LocalStorage Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allan Coding และคุณลักษณะหลักของมันคือ "Sync local storage and session storage data from one computer to another!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LocalStorage Sync
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |