Jhint

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

Wat is Jhint?

Jhint is een Chrome-extensie ontwikkeld door vhrebenko, en de belangrijkste functie is "Translation of the Japanese words into English and translation of English words into Japanese".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jhint

Download Jhint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
Officiële URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Beschrijving Translation of the Japanese words into English and translation of English words into Japanese
Bestandsgrootte 223 KB
Aantal Installaties 58
Huidige Versie 0.0.6
Laatst Bijgewerkt 2019-02-10
Publicatiedatum 2019-02-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar vhrebenko
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jisho.org/
Ondersteunde Talen 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"
            ]
        }
    ]
}