Gnomed

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

Qu'est-ce que Gnomed ?

Gnomed est une extension Chrome développée par Fræzeee, et sa fonction principale est "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Télécharger le fichier CRX de l'extension Gnomed

Téléchargez les fichiers d'extension Gnomed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL Officiel https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Description Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Taille du Fichier 636 KB
Nombre d'Installations 14
Version Actuelle 0.1
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-08
Développeur Fræzeee
Type de Paiement free
Langues Prises en Charge 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"
    }
}