Search JLect

Search the online JLect Dictionary.

Search JLectคืออะไร?

Search JLect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.jlect.com และคุณลักษณะหลักของมันคือ "Search the online JLect Dictionary."

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

screenshot
screenshot
screenshot

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

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

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

                        This plugin provides two quick ways for searching the JLect online Japanese-English dictionary (aka JLect和英辞書 waei jisho). You can either highlight a word and right-click to search it up, or click on the menu icon to look up a term in either English, Japanese or Romaji.

Note that JLect also offers results for various Japanese dialectal words and features a basic Okinawan dictionary.

Happy searching!


Version 0.20: Fixed incompatibility issue with certain extensions.                    

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

ชื่อ Search JLect Search JLect
ID liicmmnglhikmpihhnoogdeomlgimcbc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc
คำอธิบาย Search the online JLect Dictionary.
ขนาดไฟล์ 19.39 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 0.20
อัปเดตครั้งล่าสุด 2014-07-01
วันที่เผยแพร่ 2014-07-01
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.jlect.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.jlect.com/forum/18-google-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Search the online JLect Dictionary.",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "name": "Search JLect",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.20"
}