Kanji Inspector
Highlight and right click to find information about Kanji.
What is Kanji Inspector?
Kanji Inspector is a Chrome extension developed by Víctor Bernabé Pérez, and its main feature is "Highlight and right click to find information about Kanji.".
Extension Screenshots
Download Kanji Inspector Extension CRX File
Download Kanji Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kanji Inspector |
ID | eblodmmcjlbmmnlolomphabooehpjfee |
Official URL | https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee |
Description | Highlight and right click to find information about Kanji. |
File Size | 12.11 KB |
Installation Count | 79 |
Current Version | 1.3.0 |
Last Updated | 2019-11-25 |
Publish Date | 2019-11-25 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Víctor Bernabé Pérez |
[email protected] | |
Payment Type | free |
Extension Website | https://kanji-inspector.victorbp.site |
Supported Languages | 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" } } |