Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

Japanese Dictionaryคืออะไร?

Japanese Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yaoyaox023 และคุณลักษณะหลักของมันคือ "Search in Japanese in Jisho just Select and Click!"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Japanese Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a helper extension for searching in jisho.org.

Usage: just select words or text and hit the jisho logo.

Note that this is not an official extension from jisho.org.

I am a Japanese learner and have been using jisho constantly for a couple of months.

I developed this tool for myself first and I wish this could be of use to you now.                    

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

ชื่อ Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
คำอธิบาย Search in Japanese in Jisho just Select and Click!
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2020-05-27
วันที่เผยแพร่ 2020-05-27
ผู้พัฒนา yaoyaox023
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Dictionary",
    "author": "libing",
    "version": "0.0.0.3",
    "description": "Search in Japanese in Jisho just Select and Click!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "res\/jp2chn.json"
    ],
    "icons": {
        "16": "images\/jisho-16.png",
        "32": "images\/jisho-32.png",
        "48": "images\/jisho-48.png",
        "128": "images\/jisho-128.png"
    }
}