Bite Sized

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

Was ist Bite Sized?

Bite Sized ist eine Chrome-Erweiterung, die von ryancoopersmith1 entwickelt wurde, und ihr Hauptmerkmal ist "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Erweiterungsscreenshots

screenshot

Bite Sized-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bite Sized-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
Offizielle URL https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Beschreibung Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Dateigröße 8.56 KB
Installationsanzahl 207
Aktuelle Version 1.2.1
Letztes Update 2017-05-04
Veröffentlichungsdatum 2017-05-04
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler ryancoopersmith1
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}