Pokémon Showdown FR
Pokémon Showdown traduit intégralement en français !
Co to jest Pokémon Showdown FR?
Pokémon Showdown FR to rozszerzenie Chrome opracowane przez Sykless, a jego główną funkcją jest „Pokémon Showdown traduit intégralement en français !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pokémon Showdown FR
Pobierz pliki rozszerzeń Pokémon Showdown FR 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
Envie de jouer sur Pokémon Showdown mais rebuté par l'interface entièrement en anglais ? Pas envie d'apprendre que Concombaffe se dit Pyukumuku ? J'ai la solution !
Cette extension traduit automatiquement toute l'interface de Pokémon Showdown en français, du menu aux noms des Pokémon.
★ MENU
Tout ce qui est possible d'être traduit a été manuellement traduit, de manière à avoir une interface en français la plus fidèle possible !
★ TEAMBUILDER
Tous les noms des Pokémon, Capacités, Talents et Objets sont entièrement traduits, avec leur description ! La fonction de recherche permet également de rechercher des noms français !
Habitué des noms en anglais ? La recherche avec les noms anglais reste disponible !
★ COMBAT
Tout le combat est traduit en temps réel, et les traductions des effets des attaques sont directement reprises des jeux !
★ REPLAY
Profitez d'un replay de votre match entièrement traduit en français !
★ DISCORD
Pour toute information ou problème à reporter, rejoignez le Discord ! https://discord.gg/hRacUWR2wc
★ OPEN-SOURCE
Pokémon Showdown FR est Open-Source ! https://github.com/Sykless/pokemon-showdown-fr
★ CONTACT
Envie de contacter le développeur ? Voici les infos :
- Twitter : @Sykless
- Discord : Sykless#2124
- Twitch : @TristanPelleteuse Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jfnmkihlclfepcjmfeobaijabammoegd |
| Oficjalny URL | https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-fr/jfnmkihlclfepcjmfeobaijabammoegd |
| Opis | Pokémon Showdown traduit intégralement en français ! |
| Rozmiar pliku | 734 KB |
| Liczba instalacji | 14,128 |
| Aktualna Wersja | 1.7 |
| Ostatnia Aktualizacja | 2023-12-18 |
| Data Publikacji | 2022-10-26 |
| Ocena | 5.00/5 Łącznie 51 Oceny |
| Deweloper | Sykless |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Sykless/pokemon-showdown-fr |
| Adres URL Strony Pomocy | https://discord.gg/hRacUWR2wc |
| Adres URL Strony Polityki Prywatności | https://github.com/Sykless/pokemon-showdown-fr/blob/master/Privacy%20Policies |
| Obsługiwane Języki | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pok\u00e9mon Showdown FR",
"version": "1.7",
"description": "Pok\u00e9mon Showdown traduit int\u00e9gralement en fran\u00e7ais !",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"homeContentScript.js",
"teambuilderContentScript.js",
"battleContentScript.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/*.pokemonshowdown.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"homeTranslate.js",
"teambuilderTranslate.js",
"battleTranslate.js",
"sprites\/*"
],
"matches": [
"*:\/\/*.pokemonshowdown.com\/*"
]
}
],
"manifest_version": 3
} | |