Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Cicero: an Italian to English Dictionaryคืออะไร?
Cicero: an Italian to English Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kellylougheed และคุณลักษณะหลักของมันคือ "Italian to English dictionary for reading Italian in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cicero: an Italian to English Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Cicero: an Italian to English Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learning Italian? Tired of reading Italian in your browser and then switching to another window for your dictionary? Have your Italian-to-English dictionary in the very same window with this browser extension! Read Italian and look up words at the same time without leaving your page. Grammar help and Italian definitions also provided when available.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
คำอธิบาย | Italian to English dictionary for reading Italian in your browser. |
ขนาดไฟล์ | 8.54 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-26 |
วันที่เผยแพร่ | 2017-06-26 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | kellylougheed |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cicero: an Italian to English Dictionary", "short_name": "Cicero", "description": "Italian to English dictionary for reading Italian in your browser.", "author": "Kelly Lougheed", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.glosbe.com\/*" ], "browser_action": { "default_title": "", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |