Kanji Inspector

Highlight and right click to find information about Kanji.

Kanji Inspectorคืออะไร?

Kanji Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Víctor Bernabé Pérez และคุณลักษณะหลักของมันคือ "Highlight and right click to find information about Kanji."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanji Inspector

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kanji Inspector Kanji Inspector
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
อีเมล [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"
    }
}