Gnomed

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

Co to jest Gnomed?

Gnomed to rozszerzenie Chrome opracowane przez Fræzeee, a jego główną funkcją jest „Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).”.

Pobierz plik CRX rozszerzenia Gnomed

Pobierz pliki rozszerzeń Gnomed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
Oficjalny URL https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Opis Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Rozmiar pliku 636 KB
Liczba instalacji 14
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-04-08
Data Publikacji 2017-04-08
Deweloper Fræzeee
Typ Płatności free
Obsługiwane Języki 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"
    }
}