Showdown Team Backup

Backup and restore Pokemon Showdown! teams using text files.

Showdown Team Backup란 무엇입니까?

Showdown Team Backup은(는) Matthias Loong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Backup and restore Pokemon Showdown! teams using text files."입니다.

확장 프로그램 스크린샷

screenshot

Showdown Team Backup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Backup and restore Pokemon Showdown! teams using text files.

Pokémon and Pokémon character names are trademarks of Nintendo.
This project is not affiliated with Pokémon Showdown! or its creators.

**Note: Please manually backup your teams before using this extension for the first time. I am not responsible for any missing/damaged teams through the use of this project**

How does this work?

This extension backs up and downloads a text file of the showdown_teams value in localStorage that is used to store a user's teams. The restore function uses the same showdown_teams key and injects the value of an uploaded text file. As this extension works locally, any file uploaded is merely for the extension to process and inject data into the browser and is not uploaded to any server.  Nevertheless, be wary of what text files you load into the extension and only use the ones that you have generated.

This project is open source! Check out the code on github here: https://github.com/mattadome/showdown-team-backup                    

확장 프로그램 기본 정보

이름 Showdown Team Backup Showdown Team Backup
ID oebonbfbiilgdgmllmpapgpolejaghjf
공식 URL https://chromewebstore.google.com/detail/showdown-team-backup/oebonbfbiilgdgmllmpapgpolejaghjf
설명 Backup and restore Pokemon Showdown! teams using text files.
파일 크기 56.24 KB
설치 횟수 106
현재 버전 0.1.1
최근 업데이트 2020-05-23
출시 날짜 2020-05-22
개발자 Matthias Loong
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Showdown Team Backup",
    "description": "Backup and restore Pokemon Showdown! teams using text files.",
    "version": "0.1.1",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/play.pokemonshowdown.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}