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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |