Kanji Inspector

Highlight and right click to find information about Kanji.

Qu'est-ce que Kanji Inspector ?

Kanji Inspector est une extension Chrome développée par Víctor Bernabé Pérez, et sa fonction principale est "Highlight and right click to find information about Kanji.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kanji Inspector

Téléchargez les fichiers d'extension Kanji Inspector 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

                        Search information about any Kanji on the web.

Highlight the Kanji, right click the selection and choose any of the websites availables in the "Kanji Inspector" context menu.                    

Informations de Base sur l'Extension

Nom Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
URL Officiel https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
Description Highlight and right click to find information about Kanji.
Taille du Fichier 12.11 KB
Nombre d'Installations 79
Version Actuelle 1.3.0
Dernière Mise à Jour 2019-11-25
Date de Publication 2019-11-25
Évaluation 4.00/5 Total 1 Évaluations
Développeur Víctor Bernabé Pérez
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kanji-inspector.victorbp.site
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanji Inspector",
    "description": "Highlight and right click to find information about Kanji.",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "websites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "instructions.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    }
}