Jhint

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

Hvad er Jhint?

Jhint er en Chrome-udvidelse udviklet af vhrebenko, og dens hovedfunktion er "Translation of the Japanese words into English and translation of English words into Japanese".

Udvidelsesskærmbilleder

screenshot

Download Jhint-udvidelses-CRX-fil

Download Jhint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
Officiel URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Beskrivelse Translation of the Japanese words into English and translation of English words into Japanese
Filstørrelse 223 KB
Antal Installationer 58
Nuværende Version 0.0.6
Senest Opdateret 2019-02-10
Udgivelsesdato 2019-02-10
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler vhrebenko
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://jisho.org/
Understøttede Sprog 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"
            ]
        }
    ]
}