Cicero: an Italian to English Dictionary

Italian to English dictionary for reading Italian in your browser.

Co je Cicero: an Italian to English Dictionary?

Cicero: an Italian to English Dictionary je rozšíření Chrome vyvinuté kellylougheed, a jeho hlavní funkcí je „Italian to English dictionary for reading Italian in your browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cicero: an Italian to English Dictionary

Stáhněte si soubory rozšíření Cicero: an Italian to English Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
Oficiální URL https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc
Popis Italian to English dictionary for reading Italian in your browser.
Velikost souboru 8.54 KB
Počet instalací 106
Aktuální Verze 1.0
Poslední Aktualizace 2017-06-26
Datum Vydání 2017-06-26
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář kellylougheed
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}