Hydra

Cut off one head, two grow it its place!

Hydraとは何ですか?

Hydraはbmalehornによって開発されたChromeの拡張機能で、その主な機能は「Cut off one head, two grow it its place!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Open the first three Google links in new tabs, automatically.

Just type "Hydra", hit tab, then type what you would normally search.
The first three links that show up will be automatically opened!                    

拡張機能の基本情報

名前 Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
公式URL https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
説明 Cut off one head, two grow it its place!
ファイルサイズ 301 KB
インストール数 37
現在のバージョン 1.0.1
最終更新日 2015-05-02
公開日 2015-05-02
評価 3.00/5 合計 2 レビュー
開発者 bmalehorn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hydra",
    "version": "1.0.1",
    "description": "Cut off one head, two grow it its place!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*&hydra=1*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hydra"
    },
    "icons": {
        "128": "hydra-128.png"
    },
    "permissions": [
        "tabs"
    ]
}