PokeTranslate

Translates Pokemon-related Japanese words to English

PokeTranslateとは何ですか?

PokeTranslateはszymoninhoによって開発されたChromeの拡張機能で、その主な機能は「Translates Pokemon-related Japanese words to English」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
}