Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Hvad er Cicero: an Italian to English Dictionary?
Cicero: an Italian to English Dictionary er en Chrome-udvidelse udviklet af kellylougheed, og dens hovedfunktion er "Italian to English dictionary for reading Italian in your browser.".
Udvidelsesskærmbilleder
Download Cicero: an Italian to English Dictionary-udvidelses-CRX-fil
Download Cicero: an Italian to English Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
Officiel URL | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
Beskrivelse | Italian to English dictionary for reading Italian in your browser. |
Filstørrelse | 8.54 KB |
Antal Installationer | 106 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-06-26 |
Udgivelsesdato | 2017-06-26 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | kellylougheed |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |