Cascade Reading

Reimagine Reading for the Modern Age

Cascade Reading क्या है?

Cascade Reading https://cascadereading.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reimagine Reading for the Modern Age"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Cascade Reading introduces a revolutionary way of presenting text that makes reading easier for everyone. This extension allows for one-click conversion of most websites into the new Cascaded Text Format which improves comprehension by providing visual cues which reveal sentence structure. 

The Cascade format offers the first breakthrough in text layout since the invention of the printing press. Traditional text is transformed into a dynamic visual format that cues the relationships between words.

Guided by reading experts and rigorous research, the Cascade Format visualizes grammatical relationships within a sentence so that readers can more easily decode meaning. As a result, comprehension is improved! 

✔ Install the Extension
✔ Sign Up for a Cascade Reading Account 
✔ Enjoy a better web reading experience! 

For More About Cascade Reading please visit:  https://cascadereading.com

Our Other Products: 

Cascade Reader 
Cascade Explorer For Teachers 
Cascade Publisher API 

Get In Touch With Us: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Cascade Reading Cascade Reading
ID clebbenmkbngfajknkdhjeffeilcnjgd
आधिकारिक URL https://chromewebstore.google.com/detail/cascade-reading/clebbenmkbngfajknkdhjeffeilcnjgd
विवरण Reimagine Reading for the Modern Age
फ़ाइल का आकार 2.4 MB
स्थापना संख्या 84
वर्तमान संस्करण 0.0.2.6
अंतिम अपडेट 2023-12-10
प्रकाशन तिथि 2023-12-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://cascadereading.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cascadereading.com/readers/
सहायता पृष्ठ URL https://cascadereading.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://cascadereading.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cascade Reading",
    "description": "Reimagine Reading for the Modern Age",
    "version": "0.0.2.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/cascadereading.com\/chrome-api-auth\/*"
            ],
            "js": [
                "token.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading.gif",
                "logo_small.png",
                "popup_banner.png",
                "content.css",
                "cascade_style.css",
                "shadow.css",
                "content.js.LICENSE.txt",
                "popup.js.LICENSE.txt",
                "token.js.LICENSE.txt",
                "additional.LICENSE.txt",
                "readability.js.LICENSE.txt",
                "goldenSites.json",
                "api.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo_small.png",
        "32": "logo_small.png",
        "48": "logo_small.png",
        "128": "logo_small.png"
    }
}