SwiftRead - read faster, learn more

Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.

SwiftRead - read faster, learn more là gì?

SwiftRead - read faster, learn more là một tiện ích mở rộng Chrome được phát triển bởi https://swiftread.com, và tính năng chính của nó là "Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwiftRead - read faster, learn more

Tải xuống các tệp mở rộng SwiftRead - read faster, learn more dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use SwiftRead, the highest rated and most popular speed reading extension of its kind, to speed read through text in your browser! 

SwiftRead works on news articles, blog posts, and emails. You can use SwiftRead to speed read whatever text you can copy-paste into SwiftRead. Or, select your text in the browser, right-click, and click "SwiftRead selected text". The PRO version of SwiftRead comes with native support for speed reading PDFs, ePUBs, even Kindle books on Kindle Cloud Reader, as well as many other features to help you read faster and learn more.

SwiftRead works by utilizing a visual technique called Rapid Serial Visual Presentation, or RSVP, used by the fastest speed readers in the world. SwiftRead helps you eliminate your inner voice that sounds each word out--known as "subvocalization"--and too much focus on the words themselves, so that you can read more visually, which means faster reading while maintaining comprehension. The average person reads at 200 words per minute; using SwiftRead, you can easily train yourself to read at double the speed, 400 words per minute, or faster. Think of how much time you'd save every day!


I'm proud to be an independent developer, which means my only goal is to serve you, the user of the things that I build. As a result, I'm always making SwiftRead better! Please email me at [email protected] with any bugs or features you would find helpful. Your support makes my work possible, and I'm tremendously grateful.

Sign-up to the SwiftRead mailing list for updates and other goodies! https://swiftread.com.

NOTE: SwiftRead uses analytics code, such as from Google Analytics, so that I can measure how many people are using the extension. This is to help me make SwiftRead the most helpful it can be! The analytics code cannot see anything you do outside the SwiftRead window, and it only records visits to SwiftRead and button clicks, nothing else.

Copyright SwiftRead. All rights reserved.

-------------
If the Alt+V shortcut doesn't seem to work: Visit your Chrome extension shortcuts at "chrome://extensions/shortcuts". Verify that "Open SwiftRead, auto extract content" is set to "Alt+V" (or your desired shortcut).
-------------                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwiftRead - read faster, learn more SwiftRead - read faster, learn more
ID ipikiaejjblmdopojhpejjmbedhlibno
URL Chính Thức https://chromewebstore.google.com/detail/swiftread-read-faster-lea/ipikiaejjblmdopojhpejjmbedhlibno
Mô tả Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.
Kích Thước Tệp 11.53 MB
Số Lần Cài Đặt 275,956
Phiên Bản Hiện Tại 5.9.2+939ae7c
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2020-07-04
Đánh Giá 4.52/5 Tổng số 1113 Đánh Giá
Nhà Phát Triển https://swiftread.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swiftread.com
URL Trang Chính Sách Bảo Mật https://swiftread.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "5.9.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "dist\/non_app\/background\/index.js"
    },
    "commands": {
        "open-spreed": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Open SwiftRead, auto extract content"
        },
        "save-to-app": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Save to read later with SwiftRead"
        }
    },
    "action": {
        "default_icon": "images\/swiftread-icon-128.png",
        "default_popup": "spreedMenu.html"
    },
    "icons": {
        "16": "images\/swiftread-icon-16.png",
        "48": "images\/swiftread-icon-48.png",
        "128": "images\/swiftread-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/swiftread-icon-48.png",
                "images\/spinner.svg",
                "images\/close.svg",
                "src\/settings_store.js",
                "dist\/non_app\/content_builders\/chat_gpt\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "dist\/non_app\/content_scripts\/source_listener\/index.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "dist\/non_app\/content_scripts\/preview\/index.js"
            ],
            "css": [
                "dist\/non_app\/content_scripts\/preview\/index.js.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.swiftread.com\/*",
                "https:\/\/*.app.swiftread.com\/*",
                "http:\/\/localhost\/*"
            ],
            "all_frames": false,
            "js": [
                "dist\/non_app\/content_scripts\/swiftread_app\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Open PDF with SwiftRead",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/swiftread-read-faster-lea\/ipikiaejjblmdopojhpejjmbedhlibno",
    "manifest_version": 3,
    "version_name": "5.9.2+939ae7c"
}