Cascade Reading

Reimagine Reading for the Modern Age

什麼是Cascade Reading?

Cascade Reading是由https://cascadereading.com開發的Chrome擴展程式,該擴展的主要功能是“Reimagine Reading for the Modern Age”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cascade Reading擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
    }
}