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
公式URL 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
Eメール [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"
    ]
}