Hyperspeed

Skip scanning - find the information you need instantly

Hyperspeedคืออะไร?

Hyperspeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hyperspeed.app และคุณลักษณะหลักของมันคือ "Skip scanning - find the information you need instantly"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Hyperspeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Too long, didn’t read. We scan the page so you don’t have to.

Intelligently navigate web documents by asking questions. Without needing to click or skip around to find the information most important to you, Hyperspeed is able to contextualize your questions and instantly return the pieces of text most relevant to you. 

Hyperspeed is prompted to assist you whenever you start typing on a webpage. When you’re done, simply press escape to close it. The entire experience is meant to work with you when you need it.

Start optimizing your time online and get to the information you need faster. It is time to go Hyperspeed!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hyperspeed Hyperspeed
ID fkjahdpkebljhalapnaoalgkonidfiek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hyperspeed/fkjahdpkebljhalapnaoalgkonidfiek
คำอธิบาย Skip scanning - find the information you need instantly
ขนาดไฟล์ 3.24 MB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.0.80
อัปเดตครั้งล่าสุด 2021-05-23
วันที่เผยแพร่ 2021-03-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://hyperspeed.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hyperspeed.app
URL หน้าช่วยเหลือ https://www.hyperspeed.app/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://www.hyperspeed.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperspeed",
    "description": "Skip scanning - find the information you need instantly",
    "version": "1.0.0.80",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-512.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/fonts.css",
                "css\/suggest.css",
                "css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "pdf\/*",
        "fonts\/*"
    ],
    "permissions": [
        "identity",
        "storage",
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8EoUyN0hPhS93VL6l9U3ngpQmZi3RNFObzCksI151amWcM6+C2xdubMQ0rVzF5yXQ\/3VuHNuU+2RlT8QLfoss0VgkZyT6Jt8kZiJMRJf1mZfaNVr8rx5EOPWSMuOza5inO60TQ+xhVPHDpNgb4OrexOBjfZ4RtdAY9qKOAVMiFopAbdQBMHEbqpL0q4GeoA5cyEqx0mDQWaHTyj3Mm+1k5QAwwrolflzwmtUI9tD4phj4+8CtATDQyYXTL2nWSVqz1jGkfsiUdzL4ehLyx6\/4qEMe2ZCnKnq148uR9z7fzB+ozkeMnRrBD13iGh5rPBs7X6tVeqnXpPVog9tjW0I5wIDAQAB",
    "oauth2": {
        "client_id": "38156085715-7ev9n5io2c0ha81h2okhmo7llie5elgm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}