Cicero: an Italian to English Dictionary

Italian to English dictionary for reading Italian in your browser.

Co to jest Cicero: an Italian to English Dictionary?

Cicero: an Italian to English Dictionary to rozszerzenie Chrome opracowane przez kellylougheed, a jego główną funkcją jest „Italian to English dictionary for reading Italian in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cicero: an Italian to English Dictionary

Pobierz pliki rozszerzeń Cicero: an Italian to English Dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cicero: an Italian to English Dictionary Cicero: an Italian to English Dictionary
ID icmiokglnmhdllhbkcmpclfdhgodjgkc
Oficjalny URL https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc
Opis Italian to English dictionary for reading Italian in your browser.
Rozmiar pliku 8.54 KB
Liczba instalacji 106
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-26
Data Publikacji 2017-06-26
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper kellylougheed
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}