Kanji Inspector
Highlight and right click to find information about Kanji.
Was ist Kanji Inspector?
Kanji Inspector ist eine Chrome-Erweiterung, die von Víctor Bernabé Pérez entwickelt wurde, und ihr Hauptmerkmal ist "Highlight and right click to find information about Kanji.".
Erweiterungsscreenshots
Kanji Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kanji Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Kanji Inspector |
ID | eblodmmcjlbmmnlolomphabooehpjfee |
Offizielle URL | https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee |
Beschreibung | Highlight and right click to find information about Kanji. |
Dateigröße | 12.11 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2019-11-25 |
Veröffentlichungsdatum | 2019-11-25 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Víctor Bernabé Pérez |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://kanji-inspector.victorbp.site |
Unterstützte Sprachen | 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" } } |