SwiftRead - read faster, learn more

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

What is SwiftRead - read faster, learn more?

SwiftRead - read faster, learn more is a Chrome extension developed by https://swiftread.com, and its main feature is "Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SwiftRead - read faster, learn more Extension CRX File

Download SwiftRead - read faster, learn more extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).
-------------                    

Extension Basic Information

Name SwiftRead - read faster, learn more SwiftRead - read faster, learn more
ID ipikiaejjblmdopojhpejjmbedhlibno
Official URL https://chromewebstore.google.com/detail/swiftread-read-faster-lea/ipikiaejjblmdopojhpejjmbedhlibno
Description Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.
File Size 11.53 MB
Installation Count 275,956
Current Version 5.9.2+939ae7c
Last Updated 2024-01-21
Publish Date 2020-07-04
Rating 4.52/5 Total 1113 Ratings
Developer https://swiftread.com
Email [email protected]
Payment Type free
Extension Website https://swiftread.com
Privacy Policy Page URL https://swiftread.com/privacy-policy
Supported Languages 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"
}