Gnomed

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

Vad är Gnomed?

Gnomed är en Chrome-tillägg utvecklad av Fræzeee, och dess huvudfunktion är "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Ladda ner Gnomed-förlängningens CRX-fil

Ladda ner Gnomed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Officiell webbadress https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Beskrivning Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Filstorlek 636 KB
Antal Installationer 14
Aktuell Version 0.1
Senast Uppdaterad 2017-04-08
Publiceringsdatum 2017-04-08
Utvecklare Fræzeee
Betalningssätt free
Stödda Språk 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"
    }
}