Cascade Reading

Reimagine Reading for the Modern Age

O que é Cascade Reading?

Cascade Reading é uma extensão do Chrome desenvolvida por https://cascadereading.com, e sua principal característica é "Reimagine Reading for the Modern Age".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cascade Reading

Baixe arquivos de extensão Cascade Reading no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Cascade Reading Cascade Reading
ID clebbenmkbngfajknkdhjeffeilcnjgd
URL Oficial https://chromewebstore.google.com/detail/cascade-reading/clebbenmkbngfajknkdhjeffeilcnjgd
Descrição Reimagine Reading for the Modern Age
Tamanho do Arquivo 2.4 MB
Contagem de Instalações 84
Versão Atual 0.0.2.6
Última Atualização 2023-12-10
Data de Publicação 2023-12-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://cascadereading.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cascadereading.com/readers/
URL da Página de Ajuda https://cascadereading.com/contact-us/
URL da Página de Política de Privacidade https://cascadereading.com/privacy-policy
Idiomas Suportados 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"
    }
}