Jhint

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

Qu'est-ce que Jhint ?

Jhint est une extension Chrome développée par vhrebenko, et sa fonction principale est "Translation of the Japanese words into English and translation of English words into Japanese".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jhint

Téléchargez les fichiers d'extension Jhint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
URL Officiel https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Description Translation of the Japanese words into English and translation of English words into Japanese
Taille du Fichier 223 KB
Nombre d'Installations 58
Version Actuelle 0.0.6
Dernière Mise à Jour 2019-02-10
Date de Publication 2019-02-10
Évaluation 5.00/5 Total 4 Évaluations
Développeur vhrebenko
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://jisho.org/
Langues Prises en Charge 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"
            ]
        }
    ]
}