Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Wat is Cicero: an Italian to English Dictionary?
Cicero: an Italian to English Dictionary is een Chrome-extensie ontwikkeld door kellylougheed, en de belangrijkste functie is "Italian to English dictionary for reading Italian in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cicero: an Italian to English Dictionary
Download Cicero: an Italian to English Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
Officiële URL | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
Beschrijving | Italian to English dictionary for reading Italian in your browser. |
Bestandsgrootte | 8.54 KB |
Aantal Installaties | 106 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-06-26 |
Publicatiedatum | 2017-06-26 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kellylougheed |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |