Bite Sized

Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders

O que é Bite Sized?

Bite Sized é uma extensão do Chrome desenvolvida por ryancoopersmith1, e sua principal característica é "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bite Sized

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

                        This extension displays web page content in bite sized chunks. Developed for greater accessibility for those suffering from anxiety and attention disorders. To activate it just click "Add to Chrome" and then you should see a black tooth appear to the right of your search bar. Click on the black tooth to activate "Bite Sized" and the tooth should turn white. Click it again to disable it.                    

Informações Básicas da Extensão

Nome Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
URL Oficial https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Descrição Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Tamanho do Arquivo 8.56 KB
Contagem de Instalações 207
Versão Atual 1.2.1
Última Atualização 2017-05-04
Data de Publicação 2017-05-04
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor ryancoopersmith1
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bite Sized",
    "description": "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "Bite Sized"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}