Hydra

Cut off one head, two grow it its place!

Hydra là gì?

Hydra là một tiện ích mở rộng Chrome được phát triển bởi bmalehorn, và tính năng chính của nó là "Cut off one head, two grow it its place!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hydra

Tải xuống các tệp mở rộng Hydra dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Chính Thức https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Mô tả Cut off one head, two grow it its place!
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-05-02
Ngày Phát Hành 2015-05-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bmalehorn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}