Bite Sized

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

什麼是Bite Sized?

Bite Sized是由ryancoopersmith1開發的Chrome擴展程式,該擴展的主要功能是“Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders”。

擴展截圖

screenshot

下載Bite Sized擴展crx文件

下載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
官方網址 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\/"
    ]
}