Cicero: an Italian to English Dictionary

Italian to English dictionary for reading Italian in your browser.

Was ist Cicero: an Italian to English Dictionary?

Cicero: an Italian to English Dictionary ist eine Chrome-Erweiterung, die von kellylougheed entwickelt wurde, und ihr Hauptmerkmal ist "Italian to English dictionary for reading Italian in your browser.".

Erweiterungsscreenshots

screenshot

Cicero: an Italian to English Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cicero: an Italian to English Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
Offizielle URL https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc
Beschreibung Italian to English dictionary for reading Italian in your browser.
Dateigröße 8.54 KB
Installationsanzahl 106
Aktuelle Version 1.0
Letztes Update 2017-06-26
Veröffentlichungsdatum 2017-06-26
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler kellylougheed
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}