Hyperocto

Find similar links and open them concurrently

Hyperocto là gì?

Hyperocto là một tiện ích mở rộng Chrome được phát triển bởi Megaman, và tính năng chính của nó là "Find similar links and open them concurrently".

Ả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 Hyperocto

Tải xuống các tệp mở rộng Hyperocto 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

                        Frustrated by clicking on lots of link on the webpage? Now you have a better solution! This little smart tool helps you to find links with similar links, and open them concurrently in just few clicks.

Just a simple right-click and select the function Hyperocto provides, you will find it's really a time saver for those boring clicking works. Of course, you can also use keyboard shortcuts for quicker access to Hyperocto.

This extension is best for search engines, also for other web pages, install now!                    

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

Tên Hyperocto Hyperocto
ID jlaaopbhlapeilijomffbmpmmoddlmff
URL Chính Thức https://chromewebstore.google.com/detail/hyperocto/jlaaopbhlapeilijomffbmpmmoddlmff
Mô tả Find similar links and open them concurrently
Kích Thước Tệp 26.68 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2023-10-01
Ngày Phát Hành 2019-11-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Megaman
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/examan/hyperocto
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperocto",
    "short_name": "Hyperocto",
    "version": "2.2.2",
    "default_locale": "en",
    "description": "__MSG_MANIFEST_DESCRIPTION__",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Megaman",
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Hyperocto",
        "default_popup": "page\/manual.html#popup"
    },
    "permissions": [
        "contextMenus"
    ]
}