PokeTranslate

Translates Pokemon-related Japanese words to English

ما هو PokeTranslate؟

PokeTranslate هو إضافة Chrome تم تطويرها بواسطة szymoninho، والميزة الرئيسية لها هي "Translates Pokemon-related Japanese words to English".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PokeTranslate

قم بتنزيل ملفات الامتداد PokeTranslate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
}