SwiftRead - read faster, learn more

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

Vad är SwiftRead - read faster, learn more?

SwiftRead - read faster, learn more är en Chrome-tillägg utvecklad av https://swiftread.com, och dess huvudfunktion är "Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SwiftRead - read faster, learn more-förlängningens CRX-fil

Ladda ner SwiftRead - read faster, learn more-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SwiftRead - read faster, learn more SwiftRead - read faster, learn more
ID ipikiaejjblmdopojhpejjmbedhlibno
Officiell webbadress https://chromewebstore.google.com/detail/swiftread-read-faster-lea/ipikiaejjblmdopojhpejjmbedhlibno
Beskrivning Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.
Filstorlek 11.53 MB
Antal Installationer 275,956
Aktuell Version 5.9.2+939ae7c
Senast Uppdaterad 2024-01-21
Publiceringsdatum 2020-07-04
Betyg 4.52/5 Totalt 1113 Betyg
Utvecklare https://swiftread.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://swiftread.com
URL till Sekretesspolicy Sidan https://swiftread.com/privacy-policy
Stödda Språk 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"
}