gdict

An English word translator based on google translator by mouse hover

gdictคืออะไร?

gdict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gdict และคุณลักษณะหลักของมันคือ "An English word translator based on google translator by mouse hover"

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

screenshot
screenshot
screenshot

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

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

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

                        Popup translation by mouse hover.

gdict is the most easy-to-use translation tool for chrome: English word will be translated to selected destination language by mouse hover. 

The translation is got from Google translator. The destination languages include: Arabic, Chinese(Simplified), Chinese(Traditional), Dutch, French, German, Greek, Indonesian, Irish, Italian, Japanese, Korean, Latin, Malay, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian, Vietnamese.

User can also click speaker to listen the pronunciation the word. The speech is provided by chrome embedded TTS engine.                    

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

ชื่อ gdict gdict
ID jadfcfoidaelkpmjbngnheppkkcingnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gdict/jadfcfoidaelkpmjbngnheppkkcingnb
คำอธิบาย An English word translator based on google translator by mouse hover
ขนาดไฟล์ 40.56 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2014-05-07
วันที่เผยแพร่ 2014-05-07
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gdict
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gdict",
    "version": "0.7",
    "description": "An English word translator based on google translator by mouse hover",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "popup.css"
            ],
            "all_frames": true,
            "js": [
                "monitor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "14",
    "icons": {
        "16": "images\/gdict16.png",
        "48": "images\/gdict48.png",
        "128": "images\/gdict128.png"
    },
    "permissions": [
        "storage",
        "",
        "tts"
    ]
}