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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |