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