Hyperocto

Find similar links and open them concurrently

Hyperocto란 무엇입니까?

Hyperocto은(는) Megaman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find similar links and open them concurrently"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hyperocto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}