Kanji Inspector
Highlight and right click to find information about Kanji.
Kanji Inspectorとは何ですか?
Kanji InspectorはVíctor Bernabé Pérezによって開発されたChromeの拡張機能で、その主な機能は「Highlight and right click to find information about Kanji.」です。
拡張機能のスクリーンショット
Kanji Inspector拡張機能のCRXファイルをダウンロード
Kanji Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | eblodmmcjlbmmnlolomphabooehpjfee |
| 公式URL | https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee |
| 説明 | Highlight and right click to find information about Kanji. |
| ファイルサイズ | 12.11 KB |
| インストール数 | 79 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2019-11-25 |
| 公開日 | 2019-11-25 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Víctor Bernabé Pérez |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://kanji-inspector.victorbp.site |
| 対応言語 | 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"
}
} | |