Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Qu'est-ce que Bite Sized ?
Bite Sized est une extension Chrome développée par ryancoopersmith1, et sa fonction principale est "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bite Sized
Téléchargez les fichiers d'extension Bite Sized au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
URL Officiel | https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo |
Description | Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders |
Taille du Fichier | 8.56 KB |
Nombre d'Installations | 207 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2017-05-04 |
Date de Publication | 2017-05-04 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | ryancoopersmith1 |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |