Hydra

Cut off one head, two grow it its place!

Что такое Hydra?

Hydra - это расширение Chrome, разработанное bmalehorn, и его основная функция - "Cut off one head, two grow it its place!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Hydra

Скачайте файлы расширений 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"
    ]
}