SwiftRead - read faster, learn more

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

什麼是SwiftRead - read faster, learn more?

SwiftRead - read faster, learn more是由https://swiftread.com開發的Chrome擴展程式,該擴展的主要功能是“Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SwiftRead - read faster, learn more擴展crx文件

下載SwiftRead - read faster, learn more擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SwiftRead - read faster, learn more SwiftRead - read faster, learn more
ID ipikiaejjblmdopojhpejjmbedhlibno
官方網址 https://chromewebstore.google.com/detail/swiftread-read-faster-lea/ipikiaejjblmdopojhpejjmbedhlibno
簡介 Read two or three times faster, with SwiftRead. Absorb knowledge and learn more.
檔案大小 11.53 MB
安裝次數 275,956
目前版本 5.9.2+939ae7c
更新時間 2024-01-21
上架時間 2020-07-04
評分 4.52/5 共 1113 次評分
開發者 https://swiftread.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://swiftread.com
隱私政策頁面URL https://swiftread.com/privacy-policy
支援的語言 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"
}