Cicero: an Italian to English Dictionary

Italian to English dictionary for reading Italian in your browser.

What is Cicero: an Italian to English Dictionary?

Cicero: an Italian to English Dictionary is a Chrome extension developed by kellylougheed, and its main feature is "Italian to English dictionary for reading Italian in your browser.".

Extension Screenshots

screenshot

Download Cicero: an Italian to English Dictionary Extension CRX File

Download Cicero: an Italian to English Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
Official URL https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc
Description Italian to English dictionary for reading Italian in your browser.
File Size 8.54 KB
Installation Count 106
Current Version 1.0
Last Updated 2017-06-26
Publish Date 2017-06-26
Rating 1.00/5 Total 2 Ratings
Developer kellylougheed
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}