Bite Sized

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

Co to jest Bite Sized?

Bite Sized to rozszerzenie Chrome opracowane przez ryancoopersmith1, a jego główną funkcją jest „Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bite Sized

Pobierz pliki rozszerzeń Bite Sized w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
Oficjalny URL https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Opis Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Rozmiar pliku 8.56 KB
Liczba instalacji 207
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2017-05-04
Data Publikacji 2017-05-04
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper ryancoopersmith1
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}