Hodor

Hodor

Hodorとは何ですか?

Hodorはkrahdによって開発されたChromeの拡張機能で、その主な機能は「Hodor」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Hodor拡張機能のCRXファイルをダウンロード

Hodor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hodorify your web pages! Experience the web as if it were designed by Hodor! Render your internets more cryptic!

This extension replaces every phrase of every web page with the word "Hodor" :)

New in version 0.0.2: you can click on the extension's icon (Hodor's face) to enable or disable the app (you will need to reload the web page after clicking).                    

拡張機能の基本情報

名前 Hodor Hodor
ID ollegclclhehigjllkeabkmkfcjlhdef
公式URL https://chromewebstore.google.com/detail/hodor/ollegclclhehigjllkeabkmkfcjlhdef
説明 Hodor
ファイルサイズ 407 KB
インストール数 102
現在のバージョン 0.0.2
最終更新日 2014-02-19
公開日 2014-02-19
評価 4.33/5 合計 18 レビュー
開発者 krahd
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hodor",
    "description": "Hodor",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "hodor-icon16.png",
        "default_title": "Hodor"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "hodor-icon16.png",
        "48": "hodor-icon48.png",
        "128": "hodor-icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "contentscript.js"
            ]
        }
    ]
}