Sky Reader

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

Sky Reader क्या है?

Sky Reader Derek Hendricks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sky Reader is an article formatter designed to heighten your online reading experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sky Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
    }
}