Gnomed

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

Was ist Gnomed?

Gnomed ist eine Chrome-Erweiterung, die von Fræzeee entwickelt wurde, und ihr Hauptmerkmal ist "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Gnomed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gnomed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Offizielle URL https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Beschreibung Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Dateigröße 636 KB
Installationsanzahl 14
Aktuelle Version 0.1
Letztes Update 2017-04-08
Veröffentlichungsdatum 2017-04-08
Entwickler Fræzeee
Zahlungsart free
Unterstützte Sprachen 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"
    }
}