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"
    }
}