Cicero: an Italian to English Dictionary

Italian to English dictionary for reading Italian in your browser.

Vad är Cicero: an Italian to English Dictionary?

Cicero: an Italian to English Dictionary är en Chrome-tillägg utvecklad av kellylougheed, och dess huvudfunktion är "Italian to English dictionary for reading Italian in your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Cicero: an Italian to English Dictionary-förlängningens CRX-fil

Ladda ner Cicero: an Italian to English Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
Officiell webbadress https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc
Beskrivning Italian to English dictionary for reading Italian in your browser.
Filstorlek 8.54 KB
Antal Installationer 106
Aktuell Version 1.0
Senast Uppdaterad 2017-06-26
Publiceringsdatum 2017-06-26
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare kellylougheed
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}