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."입니다.
확장 프로그램 스크린샷
MHX Wiki Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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 } |