Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Qu'est-ce que Cicero: an Italian to English Dictionary ?
Cicero: an Italian to English Dictionary est une extension Chrome développée par kellylougheed, et sa fonction principale est "Italian to English dictionary for reading Italian in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cicero: an Italian to English Dictionary
Téléchargez les fichiers d'extension Cicero: an Italian to English Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
URL Officiel | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
Description | Italian to English dictionary for reading Italian in your browser. |
Taille du Fichier | 8.54 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-06-26 |
Date de Publication | 2017-06-26 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | kellylougheed |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |