Bionic Viewer
This extensions replaces text on page with bionic reading.
O que é Bionic Viewer?
Bionic Viewer é uma extensão do Chrome desenvolvida por Pascal van Oostenbrugge, e sua principal característica é "This extensions replaces text on page with bionic reading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bionic Viewer
Baixe arquivos de extensão Bionic Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
URL Oficial | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
Descrição | This extensions replaces text on page with bionic reading. |
Tamanho do Arquivo | 14.72 KB |
Contagem de Instalações | 15 |
Versão Atual | 0.0.9 |
Última Atualização | 2022-05-25 |
Data de Publicação | 2022-05-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Pascal van Oostenbrugge |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } |