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
公式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
Eメール [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"
            ]
        }
    ]
}