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
官方網址 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
電子郵箱 [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"
    ]
}