Bite Sized

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

Wat is Bite Sized?

Bite Sized is een Chrome-extensie ontwikkeld door ryancoopersmith1, en de belangrijkste functie is "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bite Sized

Download Bite Sized-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
Officiële URL https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Beschrijving Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Bestandsgrootte 8.56 KB
Aantal Installaties 207
Huidige Versie 1.2.1
Laatst Bijgewerkt 2017-05-04
Publicatiedatum 2017-05-04
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ryancoopersmith1
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}