Gnomed

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

What is Gnomed?

Gnomed is a Chrome extension developed by Fræzeee, and its main feature is "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Download Gnomed Extension CRX File

Download Gnomed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Official URL 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).
File Size 636 KB
Installation Count 14
Current Version 0.1
Last Updated 2017-04-08
Publish Date 2017-04-08
Developer Fræzeee
Payment Type free
Supported Languages 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"
    }
}