Hack to Stack

Turns all instances of 'hack' into 'stack' in Chrome.

Hack to Stackとは何ですか?

Hack to Stackはelvinyung1によって開発されたChromeの拡張機能で、その主な機能は「Turns all instances of 'hack' into 'stack' in Chrome.」です。

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

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

拡張機能の使用方法

                        Turns all instances of 'hack' into 'stack' in Chrome.

You asked for this.                    

拡張機能の基本情報

名前 Hack to Stack Hack to Stack
ID akigalajcdgbiphkpdpfoiikdhbhfend
公式URL https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend
説明 Turns all instances of 'hack' into 'stack' in Chrome.
ファイルサイズ 3.4 KB
インストール数 36
現在のバージョン 0.1
最終更新日 2014-09-22
公開日 2014-09-22
評価 4.00/5 合計 4 レビュー
開発者 elvinyung1
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack to Stack",
    "version": "0.1",
    "description": "Turns all instances of 'hack' into 'stack' in Chrome.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}