MHX Wiki Translator

Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.

Co je MHX Wiki Translator?

MHX Wiki Translator je rozšíření Chrome vyvinuté bdallen, a jeho hlavní funkcí je „Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MHX Wiki Translator

Stáhněte si soubory rozšíření MHX Wiki Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a simple extension to translate parts of Japanese language Monster Hunter Cross (MHX) wikis, particularly http://wiki.mhxg.org and the armor set search at http://mhx.wiki-db.com/sim/. See the homepage for details and useful links.

NOTE: in updates I often add new wikis and information sites, and chrome will disable the extension until you agree to the new permissions. If you notice it's not working, check the chrome menu for a message, or manually go to the extensions tab and re-enable it.                    

Základní Informace o Rozšíření

Název MHX Wiki Translator MHX Wiki Translator
ID iejikfjbfhkfmfkcmfbfaicclhlnalck
Oficiální URL https://chrome.google.com/webstore/detail/mhx-wiki-translator/iejikfjbfhkfmfkcmfbfaicclhlnalck
Popis Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.
Velikost souboru 20.34 KB
Počet instalací 47
Aktuální Verze 0.6
Poslední Aktualizace 2021-03-14
Datum Vydání 2019-03-08
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář bdallen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/bd4/chrome_mhx_translate
URL Stránky Nápovědy https://github.com/bd4/chrome_mhx_translate/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MHX Wiki Translator",
    "short_name": "MHX-Wiki-Tr",
    "description": "Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.",
    "version": "0.6",
    "homepage_url": "https:\/\/github.com\/bd4\/chrome_mhx_translate",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wiki.mhxg.org\/*",
                "http:\/\/wiki.mh4g.org\/*",
                "http:\/\/game-cap.com\/*",
                "http:\/\/mhx-wiki.com\/*",
                "http:\/\/mhx.wiki-db.com\/*",
                "http:\/\/mhwg.org\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "mhx_stree_replace_list.js",
                "mhx_skill_replace_list.js",
                "mhx_kitchen_replace_list.js",
                "mhx_monster_replace_list.js",
                "fix_select_and_menu.js",
                "translate_links.js",
                "translate_armor_search.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}