Gnomed

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

Hvad er Gnomed?

Gnomed er en Chrome-udvidelse udviklet af Fræzeee, og dens hovedfunktion er "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Download Gnomed-udvidelses-CRX-fil

Download Gnomed-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

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

Grundlæggende oplysninger om udvidelsen

Navn Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Officiel URL https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Beskrivelse Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Filstørrelse 636 KB
Antal Installationer 14
Nuværende Version 0.1
Senest Opdateret 2017-04-08
Udgivelsesdato 2017-04-08
Udvikler Fræzeee
Betalingsmetode free
Understøttede Sprog 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"
    }
}