PokeTranslate
Translates Pokemon-related Japanese words to English
Qu'est-ce que PokeTranslate ?
PokeTranslate est une extension Chrome développée par szymoninho, et sa fonction principale est "Translates Pokemon-related Japanese words to English".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PokeTranslate
Téléchargez les fichiers d'extension PokeTranslate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PokeTranslate |
ID | hhnjbiglgjbjdfookhpjfnlkhpbckoij |
URL Officiel | https://chromewebstore.google.com/detail/poketranslate/hhnjbiglgjbjdfookhpjfnlkhpbckoij |
Description | Translates Pokemon-related Japanese words to English |
Taille du Fichier | 50.32 KB |
Nombre d'Installations | 55 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2021-07-23 |
Date de Publication | 2019-12-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | szymoninho |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |