Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Bite Sized là gì?
Bite Sized là một tiện ích mở rộng Chrome được phát triển bởi ryancoopersmith1, và tính năng chính của nó là "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bite Sized
Tải xuống các tệp mở rộng Bite Sized dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
URL Chính Thức | https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo |
Mô tả | Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders |
Kích Thước Tệp | 8.56 KB |
Số Lần Cài Đặt | 207 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2017-05-04 |
Ngày Phát Hành | 2017-05-04 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ryancoopersmith1 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |