SwiftRead - read faster, learn more

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

Qu'est-ce que SwiftRead - read faster, learn more ?

SwiftRead - read faster, learn more est une extension Chrome développée par https://swiftread.com, et sa fonction principale est "Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SwiftRead - read faster, learn more

Téléchargez les fichiers d'extension SwiftRead - read faster, learn more au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SwiftRead - read faster, learn more SwiftRead - read faster, learn more
ID ipikiaejjblmdopojhpejjmbedhlibno
URL Officiel https://chromewebstore.google.com/detail/swiftread-read-faster-lea/ipikiaejjblmdopojhpejjmbedhlibno
Description Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.
Taille du Fichier 11.53 MB
Nombre d'Installations 275,956
Version Actuelle 5.9.2+939ae7c
Dernière Mise à Jour 2024-01-21
Date de Publication 2020-07-04
Évaluation 4.52/5 Total 1113 Évaluations
Développeur https://swiftread.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://swiftread.com
URL de la Page de Politique de Confidentialité https://swiftread.com/privacy-policy
Langues Prises en Charge 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"
}