PokeTranslate

Translates Pokemon-related Japanese words to English

Cos'è PokeTranslate?

PokeTranslate è un'estensione di Chrome sviluppata da szymoninho, e la sua funzione principale è "Translates Pokemon-related Japanese words to English".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PokeTranslate

Scarica i file di estensione PokeTranslate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PokeTranslate PokeTranslate
ID hhnjbiglgjbjdfookhpjfnlkhpbckoij
URL Ufficiale https://chromewebstore.google.com/detail/poketranslate/hhnjbiglgjbjdfookhpjfnlkhpbckoij
Descrizione Translates Pokemon-related Japanese words to English
Dimensione del File 50.32 KB
Conteggio Installazioni 55
Versione Corrente 3.1
Ultimo Aggiornamento 2021-07-23
Data di Pubblicazione 2019-12-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore szymoninho
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}