Bionize

Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…

O que é Bionize?

Bionize é uma extensão do Chrome desenvolvida por https://bionize.app, e sua principal característica é "Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bionize

Baixe arquivos de extensão Bionize 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

                        Bionize tries to improve your reading experience with the power of Bionic Reading.

Bionize can have a great impact on your reading speed and efficiency by helping you focus on the parts of words that matter most.

If you have trouble reading, because your focus easily drifts, or maybe because you suffer from dyslexia. Know that you are not alone. Roughly 10% of the whole population deals with reading issues on a daily basis.

Study shows that our brain can read much faster than our eyes allow, and that sometimes we find it hard to find the start of a new word or sentence. That’s why we build a very simple extension, for your browser.

The extension uses the power of bionic reading to transform any large piece of text into something some of us can scan faster, with less effort.

It’s important to note that currently there is no empirical evidence that bionic reading improves everyones reading experience. In fact, some have mentioned having more trouble reading a bionic text.

So why not try it out for yourself and see if reading becomes more enjoyable for you? We would love to hear your experience.

Thanks,
Dylan de Heer & George Popovic
Friends of Square One                    

Informações Básicas da Extensão

Nome Bionize Bionize
ID jgkjnlnpdgmfkajglfanjkgeepkacldb
URL Oficial https://chromewebstore.google.com/detail/bionize/jgkjnlnpdgmfkajglfanjkgeepkacldb
Descrição Bionize tries to improve your reading experience with the power of Bionic Reading. Bionize can have a great impact on your reading…
Tamanho do Arquivo 9.98 KB
Contagem de Instalações 3,676
Versão Atual 1.3.0
Última Atualização 2022-08-14
Data de Publicação 2022-06-15
Classificação 3.36/5 Total de 11 Avaliações
Desenvolvedor https://bionize.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bionize.app/
URL da Página de Ajuda https://0zitr0ubvu5.typeform.com/to/DLyGSj12
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionize",
    "homepage_url": "https:\/\/bionize.app",
    "version": "1.3.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style-enforcement.css"
            ],
            "js": [
                "main.js",
                "global.js",
                "textReplacement.js",
                "storage.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/state_inactive.png",
        "default_title": "Bionize"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style-enforcement.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}