Jhint

Translation of the Japanese words into English and translation of English words into Japanese

ما هو Jhint؟

Jhint هو إضافة Chrome تم تطويرها بواسطة vhrebenko، والميزة الرئيسية لها هي "Translation of the Japanese words into English and translation of English words into Japanese".

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

screenshot

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

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

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

                        The expansion allows you to translate English words into Japanese and Japanese words into English. To translate a word is enough to highlight it and press the button "j". In the window that appears you will see the translation of the word and its transcription.                    

معلومات أساسية عن التمديد

الاسم Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
الوصف Translation of the Japanese words into English and translation of English words into Japanese
حجم الملف 223 KB
عدد التثبيتات 58
النسخة الحالية 0.0.6
آخر تحديث 2019-02-10
تاريخ النشر 2019-02-10
تقييم 5.00/5 مجموع تقييمات 4
المطور vhrebenko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://jisho.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jhint",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Translation of the Japanese words into English  and translation of English words into Japanese",
    "homepage_url": "https:\/\/github.com\/shpp\/jhint",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Jhint",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/*\/* ",
        "http:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}