Kanji Inspector

Highlight and right click to find information about Kanji.

Cos'è Kanji Inspector?

Kanji Inspector è un'estensione di Chrome sviluppata da Víctor Bernabé Pérez, e la sua funzione principale è "Highlight and right click to find information about Kanji.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kanji Inspector

Scarica i file di estensione Kanji Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
URL Ufficiale https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
Descrizione Highlight and right click to find information about Kanji.
Dimensione del File 12.11 KB
Conteggio Installazioni 79
Versione Corrente 1.3.0
Ultimo Aggiornamento 2019-11-25
Data di Pubblicazione 2019-11-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Víctor Bernabé Pérez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kanji-inspector.victorbp.site
Lingue Supportate 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"
    }
}