Showdown Team Backup
Backup and restore Pokemon Showdown! teams using text files.
Showdown Team Backup क्या है?
Showdown Team Backup Matthias Loong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup and restore Pokemon Showdown! teams using text files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Showdown Team Backup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |