azerdict translate
Translate just by clicking right button of your mouse on a selected text
azerdict translateคืออะไร?
azerdict translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://azerdict.com และคุณลักษณะหลักของมันคือ "Translate just by clicking right button of your mouse on a selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย azerdict translate
ดาวน์โหลดไฟล์ส่วนขยาย azerdict translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
คำอธิบาย | Translate just by clicking right button of your mouse on a selected text |
ขนาดไฟล์ | 5.47 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2015-09-04 |
วันที่เผยแพร่ | 2015-09-03 |
ผู้พัฒนา | https://azerdict.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "homepage_url": "http:\/\/azerdict.com", "offline_enabled": false, "version": "1.1.0", "page_action": { "default_icon": "azerdict-icon-little.png", "default_title": "__MSG_extTitle__" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "name": "__MSG_extName__", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "azerdict-icon-little.png", "16": "azerdict-icon-little.png" }, "manifest_version": 2 } |