Bite Sized
Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders
Apa itu Bite Sized?
Bite Sized adalah ekstensi Chrome yang dikembangkan oleh ryancoopersmith1, dan fitur utamanya adalah "Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bite Sized
Unduh file ekstensi Bite Sized dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bite Sized |
ID | fgckabonplgfoiimecdddjdljmlflajo |
URL Resmi | https://chromewebstore.google.com/detail/bite-sized/fgckabonplgfoiimecdddjdljmlflajo |
Deskripsi | Displays web page content in bite sized chunks. Developed for those suffering from anxiety and attention disorders |
Ukuran File | 8.56 KB |
Jumlah Instalasi | 207 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2017-05-04 |
Tanggal Publikasi | 2017-05-04 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | ryancoopersmith1 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |