Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
What is Bite Sized?
Bite Sized is a Chrome extension developed by ryancoopersmith1, and its main feature is "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Extension Screenshots
Download Bite Sized Extension CRX File
Download Bite Sized extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
Official URL | 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 |
File Size | 8.56 KB |
Installation Count | 207 |
Current Version | 1.2.1 |
Last Updated | 2017-05-04 |
Publish Date | 2017-05-04 |
Rating | 4.67/5 Total 3 Ratings |
Developer | ryancoopersmith1 |
Payment Type | free |
Supported Languages | 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\/" ] } |