PokeTranslate
Translates Pokemon-related Japanese words to English
什么是PokeTranslate?
PokeTranslate是由szymoninho开发的Chrome扩展程序,该扩展的主要功能是“Translates Pokemon-related Japanese words to English”。
扩展截图
下载PokeTranslate扩展crx文件
下载PokeTranslate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Translate Pokemon Video Game related websites from Japanese to English with one press of a button! This extension substitutes Pokemon names, moves, items, natures, types and more from Japanese to English. Kanji currently not supported, planning on including it in future releases. New in 3.0: Now it also supports rental team image translation! See https://poketranslate.com/ for more details Click on the Clefable icon to translate the website once you've installed the app. It gives nice results when coupled with Google Translate, just make sure you use PokeTranslate first and Google Translate second, otherwise it won't work.
扩展基本信息
名称 | PokeTranslate |
ID | hhnjbiglgjbjdfookhpjfnlkhpbckoij |
官方URL | https://chromewebstore.google.com/detail/poketranslate/hhnjbiglgjbjdfookhpjfnlkhpbckoij |
简介 | Translates Pokemon-related Japanese words to English |
文件大小 | 50.32 KB |
安装次数 | 55 |
当前版本 | 3.1 |
更新时间 | 2021-07-23 |
上架时间 | 2019-12-24 |
评分 | 5.00/5 共1次评分 |
开发者 | szymoninho |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PokeTranslate", "description": "Translates Pokemon-related Japanese words to English", "version": "3.1", "permissions": [ "activeTab", "tabs", "contextMenus", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "PokeTranslate" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |