AstroSpeed - Read 5x Faster

Unlock your brain to read 5x faster

AstroSpeed - Read 5x Fasterคืออะไร?

AstroSpeed - Read 5x Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://falconhoster.com และคุณลักษณะหลักของมันคือ "Unlock your brain to read 5x faster"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AstroSpeed - Read 5x Faster

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

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

                        When you're stuck in a reading rut, it can feel like you're never going to get through all of the material you need to. But what if there was a way to speed up your reading without sacrificing comprehension? That's where bionic reading comes in.

Bionic reading is a technique that allows your eyes to "skip" over the words and text. Similar to a surfboard that only glides on the tip of the waves, bionic reading lets you zip through material quickly without losing any of the meaning. And the best part is, it's a skill that anyone can learn with a little bit of practice.

If you're looking for a way to improve your reading speed and efficiency, give bionic reading a try. You might be surprised at how much ground you can cover in a short amount of time.                    

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

ชื่อ AstroSpeed - Read 5x Faster AstroSpeed - Read 5x Faster
ID lbmambbnglofgbcaphmokiadbfdicddj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/astrospeed-read-5x-faster/lbmambbnglofgbcaphmokiadbfdicddj
คำอธิบาย Unlock your brain to read 5x faster
ขนาดไฟล์ 53.59 KB
จำนวนการติดตั้ง 1,573
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2022-06-01
วันที่เผยแพร่ 2022-05-22
คะแนน 3.68/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://falconhoster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AstroSpeed - Read 5x Faster",
    "description": "Unlock your brain to read 5x faster",
    "version": "1.01",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/sioyek-icon-linux16.png",
            "32": "\/images\/sioyek-icon-linux32.png",
            "48": "\/images\/sioyek-icon-linux48.png",
            "128": "\/images\/sioyek-icon-linux128.png"
        }
    },
    "commands": {
        "toggle-fastread": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle fastread for current tab"
        },
        "toggle-auto-fastread": {
            "suggested_key": {
                "default": "Ctrl+Shift+H"
            },
            "description": "Toggle auto fastread"
        }
    },
    "icons": {
        "16": "\/images\/sioyek-icon-linux16.png",
        "32": "\/images\/sioyek-icon-linux32.png",
        "48": "\/images\/sioyek-icon-linux48.png",
        "128": "\/images\/sioyek-icon-linux128.png"
    }
}