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
电子邮箱 [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"
    ]
}