Jhint

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

什麼是Jhint?

Jhint是由vhrebenko開發的Chrome擴展程式,該擴展的主要功能是“Translation of the Japanese words into English and translation of English words into Japanese”。

擴展截圖

screenshot

下載Jhint擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}