Gnomed

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

Apa itu Gnomed?

Gnomed adalah ekstensi Chrome yang dikembangkan oleh Fræzeee, dan fitur utamanya adalah "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

Unduh Berkas CRX Ekstensi Gnomed

Unduh file ekstensi Gnomed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL Resmi https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Deskripsi Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Ukuran File 636 KB
Jumlah Instalasi 14
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-04-08
Tanggal Publikasi 2017-04-08
Pengembang Fræzeee
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}