Bite Sized

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

¿Qué es Bite Sized?

Bite Sized es una extensión de Chrome desarrollada por ryancoopersmith1, y su función principal es "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bite Sized

Descarga archivos de extensión Bite Sized en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
URL Oficial https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Descripción Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Tamaño del Archivo 8.56 KB
Cantidad de Instalaciones 207
Versión Actual 1.2.1
Última Actualización 2017-05-04
Fecha de Publicación 2017-05-04
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador ryancoopersmith1
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}