PokeTranslate

Translates Pokemon-related Japanese words to English

PokeTranslate là gì?

PokeTranslate là một tiện ích mở rộng Chrome được phát triển bởi szymoninho, và tính năng chính của nó là "Translates Pokemon-related Japanese words to English".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PokeTranslate

Tải xuống các tệp mở rộng PokeTranslate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PokeTranslate PokeTranslate
ID hhnjbiglgjbjdfookhpjfnlkhpbckoij
URL Chính Thức https://chromewebstore.google.com/detail/poketranslate/hhnjbiglgjbjdfookhpjfnlkhpbckoij
Mô tả Translates Pokemon-related Japanese words to English
Kích Thước Tệp 50.32 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2019-12-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển szymoninho
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}