Pokemon Japanese->English Translator

Modifying HTML to translate Japanese movesets to English

Qu'est-ce que Pokemon Japanese->English Translator ?

Pokemon Japanese->English Translator est une extension Chrome développée par kkoon, et sa fonction principale est "Modifying HTML to translate Japanese movesets to English".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokemon Japanese->English Translator

Téléchargez les fichiers d'extension Pokemon Japanese->English Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A Chrome Extension to allow Japanese Pokemon articles (such as those from http://www.emolgame.jp/) to be translated to English.

Extension converts Pokemon name, moveset, item, ability, and nature. 
Developed for https://vgcwithhats.com/ as part of a service to help English-speaking countries gain insight on the Japanese metagame. 

Currently working on adding support for Kanji.                    

Informations de Base sur l'Extension

Nom Pokemon Japanese->English Translator Pokemon Japanese->English Translator
ID eoiflfnninooeknmhjmllkigadljkmic
URL Officiel https://chromewebstore.google.com/detail/pokemon-japanese-%3Eenglish/eoiflfnninooeknmhjmllkigadljkmic
Description Modifying HTML to translate Japanese movesets to English
Taille du Fichier 560 KB
Nombre d'Installations 85
Version Actuelle 1.2
Dernière Mise à Jour 2018-04-07
Date de Publication 2018-04-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur kkoon
Type de Paiement free
Site Web de l'Extension http://vgcwithhats.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Japanese->English Translator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Modifying HTML to translate Japanese movesets to English",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "38": "images\/logo38.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "38": "images\/logo38.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}