Hyperocto

Find similar links and open them concurrently

什麼是Hyperocto?

Hyperocto是由Megaman開發的Chrome擴展程式,該擴展的主要功能是“Find similar links and open them concurrently”。

擴展截圖

screenshot
screenshot

下載Hyperocto擴展crx文件

下載Hyperocto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Hyperocto Hyperocto
ID jlaaopbhlapeilijomffbmpmmoddlmff
官方網址 https://chromewebstore.google.com/detail/hyperocto/jlaaopbhlapeilijomffbmpmmoddlmff
簡介 Find similar links and open them concurrently
檔案大小 26.68 KB
安裝次數 42
目前版本 2.2.2
更新時間 2023-10-01
上架時間 2019-11-23
評分 5.00/5 共 1 次評分
開發者 Megaman
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/examan/hyperocto
支援的語言 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"
    ]
}