Ilsinonimo.com

Ricerca sinonimi italiani.

Hvad er Ilsinonimo.com?

Ilsinonimo.com er en Chrome-udvidelse udviklet af http://www.ilsinonimo.com, og dens hovedfunktion er "Ricerca sinonimi italiani.".

Udvidelsesskærmbilleder

screenshot

Download Ilsinonimo.com-udvidelses-CRX-fil

Download Ilsinonimo.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Estensione gratuita che permette la ricerca semplice e veloce di sinonimi in lingua italiana.                    

Grundlæggende oplysninger om udvidelsen

Navn Ilsinonimo.com Ilsinonimo.com
ID alpnmfjfibdnohgbbblmacolblaincaf
Officiel URL https://chrome.google.com/webstore/detail/ilsinonimocom/alpnmfjfibdnohgbbblmacolblaincaf
Beskrivelse Ricerca sinonimi italiani.
Filstørrelse 16.68 KB
Antal Installationer 16
Nuværende Version 1.0
Senest Opdateret 2015-08-31
Udgivelsesdato 2015-08-31
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler http://www.ilsinonimo.com
Betalingsmetode free
Udvidelseswebsted http://www.ilsinonimo.com
Understøttede Sprog it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ilsinonimo.com",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Ricerca sinonimi italiani.",
    "icons": {
        "19": "icona_19.png",
        "64": "icona_64.png",
        "128": "icona_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Ilsinonimo.com",
        "default_icon": "icona_19.png",
        "default_popup": "popup.html"
    }
}