PS! Chrome Sync
Chrome sync compatibility for Pokemon Showdown teams
什麼是PS! Chrome Sync?
PS! Chrome Sync是由psgcsync開發的Chrome擴展程式,該擴展的主要功能是“Chrome sync compatibility for Pokemon Showdown teams”。
擴展截圖
下載PS! Chrome Sync擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |