Bionic Viewer
This extensions replaces text on page with bionic reading.
Bionic Viewerとは何ですか?
Bionic ViewerはPascal van Oostenbruggeによって開発されたChromeの拡張機能で、その主な機能は「This extensions replaces text on page with bionic reading.」です。
拡張機能のスクリーンショット
Bionic Viewer拡張機能のCRXファイルをダウンロード
Bionic Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read any website in Bionic Reading using the official bionic reading API. Support for Bionic saccade and fixation settings Add sites to the autodomain list for automatic Bionic translation
拡張機能の基本情報
名前 | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
公式URL | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
説明 | This extensions replaces text on page with bionic reading. |
ファイルサイズ | 14.72 KB |
インストール数 | 15 |
現在のバージョン | 0.0.9 |
最終更新日 | 2022-05-25 |
公開日 | 2022-05-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Pascal van Oostenbrugge |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Viewer", "version": "0.0.9", "description": "This extensions replaces text on page with bionic reading.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "icons": { "16": "images\/bionicViewer-16x16px.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bionicViewer-16x16px.png", "32": "images\/bionicViewer-32x32px.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ] } |