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
官方URL 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"
    }
}