Hyperocto

Find similar links and open them concurrently

Hyperoctoคืออะไร?

Hyperocto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Megaman และคุณลักษณะหลักของมันคือ "Find similar links and open them concurrently"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyperocto

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}