BioRead
A chrome extension that enables bionic reading in the current webpage
什麼是BioRead?
BioRead是由rohilsaraf97開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that enables bionic reading in the current webpage”。
擴展截圖
下載BioRead擴展crx文件
下載BioRead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In today’s world, where everyone is riddled with a myriad of things to do, it’s difficult to stay focused on any one single task. This calls for discovering new techniques that may help us manage our time more efficiently. A bionic reader is a step forward in this direction. A bionic reading format is a relatively new type of typeface which has proven itself to be beneficial for users with neuro divergent tendencies. It involves bolding the first few letters of a word, thereby making it easier for readers to glide through the text and stay focused. The following work proposes an extension by which, users can seamlessly switch between their original content and the Bionified content of their active webpage and affect efficient reading techniques with in their browser.
擴展基本資訊
名稱 | BioRead |
ID | hijifaccminohbfkdiiikgfipchlmpff |
官方網址 | https://chromewebstore.google.com/detail/bioread/hijifaccminohbfkdiiikgfipchlmpff |
簡介 | A chrome extension that enables bionic reading in the current webpage |
檔案大小 | 533 KB |
安裝次數 | 243 |
目前版本 | 1.0.0 |
更新時間 | 2022-08-20 |
上架時間 | 2022-08-20 |
開發者 | rohilsaraf97 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BioRead", "description": "A chrome extension that enables bionic reading in the current webpage", "version": "1.0.0", "action": { "default_popup": "popup.html", "default_title": "This is a Bionic Reader Extension", "default_icon": "favicon-16x16.png" }, "icons": { "16": "favicon-16x16.png", "48": "favicon-32x32.png", "128": "favicon-32x32.png" }, "permissions": [ "activeTab", "scripting" ] } |