SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Cos'è SetDeli?
SetDeli è un'estensione di Chrome sviluppata da setdeliext, e la sua funzione principale è "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SetDeli
Scarica i file di estensione SetDeli in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to automatically retrieive all Smogon Dex sets for a particular mon. Informazioni di Base sull'Estensione
| Nome | |
| ID | imdlnijaodbcfjojococibigmokjpjjg |
| URL Ufficiale | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
| Descrizione | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
| Dimensione del File | 40.42 KB |
| Conteggio Installazioni | 94 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2019-07-21 |
| Data di Pubblicazione | 2019-07-21 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | setdeliext |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SetDeli",
"version": "0.1.1",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/play.pokemonshowdown.com\/*"
],
"js": [
"jquery-3.4.1.min.js",
"content.js"
]
}
],
"web_accessible_resources": [
"inject.js"
],
"icons": {
"16": "pokeball128.jpeg",
"48": "pokeball128.jpeg",
"128": "pokeball128.jpeg"
}
} | |