ShiftReader - Speed Read the Web

Speed read webpages while learning how to speed read anything.

ShiftReader - Speed Read the Webคืออะไร?

ShiftReader - Speed Read the Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shiftreader.com และคุณลักษณะหลักของมันคือ "Speed read webpages while learning how to speed read anything."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShiftReader - Speed Read the Web

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

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

                        From the developer of the top speed reading Chrome extension, Spreed, comes a speed reading tool that teaches you how to speed read, while you read in your browser.

ShiftReader helps you speed read any text you can open in your browser--news articles, emails, online textbooks, PDFs, even ePUB e-books--while training your eyes and brain to speed read text in any other medium, like books or newspapers.

It implements speed reading techniques taught by the top speed reading courses, and popularized by lifelong learners like Tim Ferriss. You'll learn methods that can be applied when reading anything: no more showing you one word at a time, or coloring the letters differently, techniques that only work if you use the right tool on your computer or phone.

Download ShiftReader to accelerate your reading and learning, save time, and develop a lifelong skill of speed reading that you can take anywhere.

Learn more at our site https://shiftreader.com, or our blog at https://blog.shiftreader.com.                    

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

ชื่อ ShiftReader - Speed Read the Web ShiftReader - Speed Read the Web
ID clcbpepidaphghjahkionjhffkolcpek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shiftreader-speed-read-th/clcbpepidaphghjahkionjhffkolcpek
คำอธิบาย Speed read webpages while learning how to speed read anything.
ขนาดไฟล์ 5.38 MB
จำนวนการติดตั้ง 3,933
เวอร์ชันปัจจุบัน 1.3.4.2
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2020-05-22
คะแนน 4.22/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://shiftreader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shiftreader.com
URL หน้าช่วยเหลือ https://shiftreader.com
URL หน้านโยบายความเป็นส่วนตัว https://www.shiftreader.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShiftReader - Speed Read the Web",
    "version": "1.3.4.2",
    "manifest_version": 2,
    "description": "Speed read webpages while learning how to speed read anything.",
    "homepage_url": "https:\/\/shiftreader.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/firebase\/firebase-app.js",
            "js\/firebase\/firebase-auth.js",
            "js\/firebase\/firebase-firestore.js",
            "src\/bg\/background.js",
            "src\/options_custom\/js\/settings_store.js",
            "js\/ga.js",
            "js\/track-mixpanel.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "ShiftReader"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "https:\/\/www.shiftreader.com\/"
    ],
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "webfonts\/*",
        "reader\/*",
        "src\/options_custom\/*",
        "icons\/*"
    ],
    "commands": {
        "shiftreader_hotkey": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Open ShiftReader"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/cdn.firebase.com https:\/\/ssl.google-analytics.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.googleapis.com https:\/\/api.mixpanel.com;"
}