Dicty

Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.

Dictyคืออะไร?

Dicty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dicty.net และคุณลักษณะหลักของมันคือ "Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions."

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

screenshot

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

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

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

                        Dicty supports quick lookup in multiple dictionaries, which are supplied as separate chrome extensions. Users can see the most relevant matches immediately as they type, and various typographical / color coding schemes help making the results easier to read.                    

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

ชื่อ Dicty Dicty
ID mcnibgfemkkcmpkkbakeoglpcmefifji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dicty/mcnibgfemkkcmpkkbakeoglpcmefifji
คำอธิบาย Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-22
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://dicty.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dicty",
    "version": "1.0.6",
    "manifest_version": 2,
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT5286VmjdevFnKPqJ4BUeuFs2IrS6GoI5Er3l73l1sU6B63HjGypimKseJh4LX+RuyymAsep\/54DhMepvoCT25xbs2n6a1rqiat0BuN7JUD+3PBflrOXncM0giIECc+l7QSQUTPMpZAuBL51tB4IOQKR7OrhMHxEufBl5HHTK1wIDAQAB",
    "description": "Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.",
    "icons": {
        "19": "dicty-19.png",
        "48": "dicty-48.png",
        "128": "dicty-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "dicty-19.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.0.0.min.js",
            "trainer.js",
            "dict.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+X",
                "mac": "Alt+X",
                "chromeos": "Alt+X",
                "linux": "Alt+X"
            }
        }
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "management"
    ],
    "web_accessible_resources": [
        "star.png",
        "star_outline.png"
    ]
}