Bite Sized

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

Vad är Bite Sized?

Bite Sized är en Chrome-tillägg utvecklad av ryancoopersmith1, och dess huvudfunktion är "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Tilläggsskärmbilder

screenshot

Ladda ner Bite Sized-förlängningens CRX-fil

Ladda ner Bite Sized-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
Officiell webbadress https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Beskrivning Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Filstorlek 8.56 KB
Antal Installationer 207
Aktuell Version 1.2.1
Senast Uppdaterad 2017-05-04
Publiceringsdatum 2017-05-04
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare ryancoopersmith1
Betalningssätt free
Stödda Språk 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\/"
    ]
}