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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}