Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Cos'è Bite Sized?
Bite Sized è un'estensione di Chrome sviluppata da ryancoopersmith1, e la sua funzione principale è "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bite Sized
Scarica i file di estensione Bite Sized in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
URL Ufficiale | https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo |
Descrizione | Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders |
Dimensione del File | 8.56 KB |
Conteggio Installazioni | 207 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2017-05-04 |
Data di Pubblicazione | 2017-05-04 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | ryancoopersmith1 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |