Gnomed

Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).

Cos'è Gnomed?

Gnomed è un'estensione di Chrome sviluppata da Fræzeee, e la sua funzione principale è "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Scarica il file CRX dell'estensione Gnomed

Scarica i file di estensione Gnomed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).                    

Informazioni di Base sull'Estensione

Nome Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL Ufficiale https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Descrizione Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Dimensione del File 636 KB
Conteggio Installazioni 14
Versione Corrente 0.1
Ultimo Aggiornamento 2017-04-08
Data di Pubblicazione 2017-04-08
Sviluppatore Fræzeee
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gnomed",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}