PokeTranslate

Translates Pokemon-related Japanese words to English

¿Qué es PokeTranslate?

PokeTranslate es una extensión de Chrome desarrollada por szymoninho, y su función principal es "Translates Pokemon-related Japanese words to English".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PokeTranslate

Descarga archivos de extensión PokeTranslate 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

                        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.                    

Información Básica de la Extensión

Nombre PokeTranslate PokeTranslate
ID hhnjbiglgjbjdfookhpjfnlkhpbckoij
URL Oficial https://chromewebstore.google.com/detail/poketranslate/hhnjbiglgjbjdfookhpjfnlkhpbckoij
Descripción Translates Pokemon-related Japanese words to English
Tamaño del Archivo 50.32 KB
Cantidad de Instalaciones 55
Versión Actual 3.1
Última Actualización 2021-07-23
Fecha de Publicación 2019-12-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador szymoninho
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}