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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}