Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Hvad er Bite Sized?
Bite Sized er en Chrome-udvidelse udviklet af ryancoopersmith1, og dens hovedfunktion er "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Udvidelsesskærmbilleder
Download Bite Sized-udvidelses-CRX-fil
Download Bite Sized-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
Officiel URL | https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo |
Beskrivelse | Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders |
Filstørrelse | 8.56 KB |
Antal Installationer | 207 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2017-05-04 |
Udgivelsesdato | 2017-05-04 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | ryancoopersmith1 |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |