Pokemon Japanese->English Translator

Modifying HTML to translate Japanese movesets to English

What is Pokemon Japanese->English Translator?

Pokemon Japanese->English Translator is a Chrome extension developed by kkoon, and its main feature is "Modifying HTML to translate Japanese movesets to English".

Extension Screenshots

screenshot
screenshot

Download Pokemon Japanese->English Translator Extension CRX File

Download Pokemon Japanese->English Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pokemon Japanese->English Translator Pokemon Japanese->English Translator
ID eoiflfnninooeknmhjmllkigadljkmic
Official URL https://chromewebstore.google.com/detail/pokemon-japanese-%3Eenglish/eoiflfnninooeknmhjmllkigadljkmic
Description Modifying HTML to translate Japanese movesets to English
File Size 560 KB
Installation Count 85
Current Version 1.2
Last Updated 2018-04-07
Publish Date 2018-04-07
Rating 5.00/5 Total 2 Ratings
Developer kkoon
Payment Type free
Extension Website http://vgcwithhats.com/
Supported Languages 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"
        }
    ]
}