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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}