MHX Wiki Translator

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

¿Qué es MHX Wiki Translator?

MHX Wiki Translator es una extensión de Chrome desarrollada por bdallen, y su función principal es "Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MHX Wiki Translator

Descarga archivos de extensión MHX Wiki Translator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MHX Wiki Translator MHX Wiki Translator
ID iejikfjbfhkfmfkcmfbfaicclhlnalck
URL Oficial https://chrome.google.com/webstore/detail/mhx-wiki-translator/iejikfjbfhkfmfkcmfbfaicclhlnalck
Descripción Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.
Tamaño del Archivo 20.34 KB
Cantidad de Instalaciones 47
Versión Actual 0.6
Última Actualización 2021-03-14
Fecha de Publicación 2019-03-08
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador bdallen
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bd4/chrome_mhx_translate
URL de la Página de Ayuda https://github.com/bd4/chrome_mhx_translate/issues
Idiomas Soportados 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
}