Gnomed

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

什麼是Gnomed?

Gnomed是由Fræzeee開發的Chrome擴展程式,該擴展的主要功能是“Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).”。

下載Gnomed擴展crx文件

下載Gnomed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
官方網址 https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
簡介 Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
檔案大小 636 KB
安裝次數 14
目前版本 0.1
更新時間 2017-04-08
上架時間 2017-04-08
開發者 Fræzeee
付費類型 free
支援的語言 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"
    }
}