Bite Sized

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

Что такое Bite Sized?

Bite Sized - это расширение Chrome, разработанное ryancoopersmith1, и его основная функция - "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bite Sized

Скачайте файлы расширений Bite Sized в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Bite Sized Bite Sized
ID fgckabonplgfoiimecdddjdljmlflajo
Официальный URL https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo
Описание Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Размер файла 8.56 KB
Количество установок 207
Текущая Версия 1.2.1
Последнее Обновление 2017-05-04
Дата публикации 2017-05-04
Рейтинг 4.67/5 Всего 3 оценок
Разработчик ryancoopersmith1
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}