Beautiful Epub Reader

Makes reading an epub exactly the same as an ebook in pdf format.

O que é Beautiful Epub Reader?

Beautiful Epub Reader é uma extensão do Chrome desenvolvida por Sparrow, e sua principal característica é "Makes reading an epub exactly the same as an ebook in pdf format.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beautiful Epub Reader

Baixe arquivos de extensão Beautiful Epub Reader 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

                        ◈  epub reader with pdf-reader-like user interface.
◈  restore the scroll position when re-opening the file.
◈  store/save opened files and its history.
◈  support sweet sidebar, night-mode, onoff raw css effect
◈  parsing and rendering accuracy 90%+
◈  allow users to change fonts and text styles.
◈  directly open local and downloaded epub files.(the user has to manually approve this permission by visiting chrome://extensions/ and put a tick at the "Allow access to file URLs" checkbox to enable this feature.)                    

Informações Básicas da Extensão

Nome Beautiful Epub Reader Beautiful Epub Reader
ID gbohfhccchgngoapncnfnpldhlkojifo
URL Oficial https://chromewebstore.google.com/detail/beautiful-epub-reader/gbohfhccchgngoapncnfnpldhlkojifo
Descrição Makes reading an epub exactly the same as an ebook in pdf format.
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 7,140
Versão Atual 1.5.5
Última Atualização 2023-06-16
Data de Publicação 2021-05-17
Classificação 4.66/5 Total de 131 Avaliações
Desenvolvedor Sparrow
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kska32.github.io/beautiful-epub-reader
URL da Página de Política de Privacidade https://kska32.github.io/privacy-policy
Idiomas Suportados en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beautiful Epub Reader",
    "short_name": "B.Ep.Reader",
    "author": "[email protected]",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.5.5",
    "permissions": [
        "tts",
        "storage",
        "fontSettings",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "file:\/\/*"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "Beautiful Epub Reader",
        "default_icon": "icons\/epub128.png"
    },
    "icons": {
        "16": "icons\/epub16.png",
        "32": "icons\/epub32.png",
        "48": "icons\/epub48.png",
        "64": "icons\/epub64.png",
        "96": "icons\/epub96.png",
        "128": "icons\/epub128.png"
    }
}