MHX Wiki Translator

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

什么是MHX Wiki Translator?

MHX Wiki Translator是由bdallen开发的Chrome扩展程序,该扩展的主要功能是“Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.”。

扩展截图

screenshot

下载MHX Wiki Translator扩展crx文件

下载MHX Wiki Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MHX Wiki Translator MHX Wiki Translator
ID iejikfjbfhkfmfkcmfbfaicclhlnalck
官方URL https://chrome.google.com/webstore/detail/mhx-wiki-translator/iejikfjbfhkfmfkcmfbfaicclhlnalck
简介 Translate armor skill names and other data on Japanese language wikis for Monster Hunter Cross.
文件大小 20.34 KB
安装次数 47
当前版本 0.6
更新时间 2021-03-14
上架时间 2019-03-08
评分 4.50/5 共4次评分
开发者 bdallen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/bd4/chrome_mhx_translate
帮助页面URL https://github.com/bd4/chrome_mhx_translate/issues
支持的语言 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
}