Showdown Team Backup

Backup and restore Pokemon Showdown! teams using text files.

Showdown Team Backupคืออะไร?

Showdown Team Backup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias Loong และคุณลักษณะหลักของมันคือ "Backup and restore Pokemon Showdown! teams using text files."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Showdown Team Backup

ดาวน์โหลดไฟล์ส่วนขยาย Showdown Team Backup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}