Sky Reader

Sky Reader is an article formatter designed to heighten your online reading experience.

什么是Sky Reader?

Sky Reader是由Derek Hendricks开发的Chrome扩展程序,该扩展的主要功能是“Sky Reader is an article formatter designed to heighten your online reading experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sky Reader扩展crx文件

下载Sky Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sky reader is a simple, lightweight, and memory efficient online text formatter that features a wide array of customizable settings, designed to enhance the enjoyability, comprehension, and meaning of one's reading experience. 

With Sky Reader, you can quickly and cleanly format article text from any website with one click of a button. 

However, if you wish to format only certain sections of a body of text, you can type or copy and paste text directly into the popup view's input field. This can be helpful for research, note-taking, and summarization of texts.

Each body of formatted text is tied to a specific tab number, allowing you to re-open and view recently formatted articles within the window of any given browsing session.

You can also save any formatted article as a PDF document. Additional space is given to each page, which allows for convenient note taking.

Line gradients are implemented as an optional reading aid, which can allow for smoother, less eye-straining, and more focused reading experiences. For example, with line gradients enabled, the likelihood of one's eye moving to already-read lines of text or skipping lines of text is reduced, enhancing mechanical reading confidence without you even realizing. 

Line gradients are enabled by default, however, if you prefer to read without them, they can be easily disabled.

The "Lightning Read" feature displays single words from the formatted article in rapid succession, which, with practice, can assist you in reading "words per minute" at a rate normally only experienced by speed readers. 

Images, video, advertisements, and other non-text related media content are not included in the formatted text owing to the reading-centric nature of the extension.                    

扩展基本信息

名称 Sky Reader Sky Reader
ID gmahckdeffbfjdbmpjhaijbpiclgjpci
官方URL https://chromewebstore.google.com/detail/sky-reader/gmahckdeffbfjdbmpjhaijbpiclgjpci
简介 Sky Reader is an article formatter designed to heighten your online reading experience.
文件大小 431 KB
安装次数 33
当前版本 2.0.3.2
更新时间 2022-03-18
上架时间 2019-11-30
评分 5.00/5 共1次评分
开发者 Derek Hendricks
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sky Reader",
    "description": "Sky Reader is an article formatter designed to heighten your online reading experience.",
    "version": "2.0.3.2",
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "favicon.ico",
                "close.png",
                "settings.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "event.js"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Sky Reader",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles.css",
                "semantic.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}