Kanji Inspector

Highlight and right click to find information about Kanji.

Wat is Kanji Inspector?

Kanji Inspector is een Chrome-extensie ontwikkeld door Víctor Bernabé Pérez, en de belangrijkste functie is "Highlight and right click to find information about Kanji.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kanji Inspector

Download Kanji Inspector-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

                        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.                    

Basisinformatie over de Extensie

Naam Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
Officiële URL https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
Beschrijving Highlight and right click to find information about Kanji.
Bestandsgrootte 12.11 KB
Aantal Installaties 79
Huidige Versie 1.3.0
Laatst Bijgewerkt 2019-11-25
Publicatiedatum 2019-11-25
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Víctor Bernabé Pérez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kanji-inspector.victorbp.site
Ondersteunde Talen 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"
    }
}