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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |