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
公式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
Eメール [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"
    }
}