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