Pokémon Showdown FR

Pokémon Showdown traduit intégralement en français !

Pokémon Showdown FR란 무엇입니까?

Pokémon Showdown FR은(는) Sykless에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pokémon Showdown traduit intégralement en français !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pokémon Showdown FR 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pokémon Showdown FR Pokémon Showdown FR
ID jfnmkihlclfepcjmfeobaijabammoegd
공식 URL https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-fr/jfnmkihlclfepcjmfeobaijabammoegd
설명 Pokémon Showdown traduit intégralement en français !
파일 크기 734 KB
설치 횟수 14,128
현재 버전 1.7
최근 업데이트 2023-12-18
출시 날짜 2022-10-26
평점 5.00/5 총 51 개의 평점
개발자 Sykless
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Sykless/pokemon-showdown-fr
도움말 페이지 URL https://discord.gg/hRacUWR2wc
개인정보 보호 정책 페이지 URL https://github.com/Sykless/pokemon-showdown-fr/blob/master/Privacy%20Policies
지원되는 언어 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
}