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