Bionic Text Converter

An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!

O que é Bionic Text Converter?

Bionic Text Converter é uma extensão do Chrome desenvolvida por cextensionsapimatic, e sua principal característica é "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bionic Text Converter

Baixe arquivos de extensão Bionic Text Converter 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

                        It converts all the text on any page into bionic text and it's purpose is to improve reading for the user, it's ideal use is while reading blogs and articles.

Here is the public repository of this extension, feel free to checkout APIMatic's Typescript SDK integration with the Bionic-Reading API :
https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension                    

Informações Básicas da Extensão

Nome Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
URL Oficial https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Descrição An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Tamanho do Arquivo 90.41 KB
Contagem de Instalações 1,987
Versão Atual 2.0
Última Atualização 2022-06-16
Data de Publicação 2022-06-05
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor cextensionsapimatic
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL da Página de Política de Privacidade https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Text Converter",
    "description": "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/logo.png",
            "32": "\/assets\/logo.png",
            "48": "\/assets\/logo.png",
            "128": "\/assets\/logo.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}