PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
PS! Chrome Syncคืออะไร?
PS! Chrome Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย psgcsync และคุณลักษณะหลักของมันคือ "Chrome sync compatibility for Pokemon Showdown teams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PS! Chrome Sync
ดาวน์โหลดไฟล์ส่วนขยาย PS! Chrome Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Uses Google Chrome's sync storage to save your Pokemon Showdown teams in your Google Account. Synchronizes teams across all instances of Google Chrome, so you can use your teams wherever you use Chrome. Periodically saves Pokemon Showdown's local storage to Chrome's sync storage and reads the sync storage to update your team list whenever PS! loads. WARNING: On first use, the extension will save all of your teams to the Chrome sync storage. Any teams stored locally on other devices will be initially lost, then all devices will be kept synced.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PS! Chrome Sync |
ID | fjfipggakoeeckhcppngmklgnggjjejk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ps-chrome-sync/fjfipggakoeeckhcppngmklgnggjjejk |
คำอธิบาย | Chrome sync compatibility for Pokemon Showdown teams |
ขนาดไฟล์ | 33.71 KB |
จำนวนการติดตั้ง | 138 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-01-21 |
วันที่เผยแพร่ | 2022-01-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | psgcsync |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://lukelav.in/ps-chrome-sync-privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS! Chrome Sync", "description": "Chrome sync compatibility for Pokemon Showdown teams", "version": "0.0.1", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*" ], "run_at": "document_start", "js": [ "sync-storage.js" ] } ] } |