SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Co to jest SetDeli?
SetDeli to rozszerzenie Chrome opracowane przez setdeliext, a jego główną funkcją jest „SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SetDeli
Pobierz pliki rozszerzeń SetDeli w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | imdlnijaodbcfjojococibigmokjpjjg |
| Oficjalny URL | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
| Opis | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
| Rozmiar pliku | 40.42 KB |
| Liczba instalacji | 94 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2019-07-21 |
| Data Publikacji | 2019-07-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | setdeliext |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |