Gnomed

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

Wat is Gnomed?

Gnomed is een Chrome-extensie ontwikkeld door Fræzeee, en de belangrijkste functie is "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Download het CRX-bestand van de extensie Gnomed

Download Gnomed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Officiële URL https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Beschrijving Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Bestandsgrootte 636 KB
Aantal Installaties 14
Huidige Versie 0.1
Laatst Bijgewerkt 2017-04-08
Publicatiedatum 2017-04-08
Ontwikkelaar Fræzeee
Betalingswijze free
Ondersteunde Talen 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"
    }
}