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”。
扩展截图
下载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 |
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\/" ] } |