EpubPressX - Read the web offline

Create custom ebooks from your favorite blogs and websites.

O que é EpubPressX - Read the web offline?

EpubPressX - Read the web offline é uma extensão do Chrome desenvolvida por sunxen, e sua principal característica é "Create custom ebooks from your favorite blogs and websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EpubPressX - Read the web offline

Baixe arquivos de extensão EpubPressX - Read the web offline 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

                        Fork from EpubPress, and make some updates:
- Faster and more stable: e-books are created locally, not dependent on the server
- Fixed EPUB format issues
- Fixed image positioning issues
- Can set the cover
- Can choose whether to include images

Project: https://github.com/sunxen/EpubPressX                    

Informações Básicas da Extensão

Nome EpubPressX - Read the web offline EpubPressX - Read the web offline
ID akgkfegkiajbamekmkcafnfckmhgcnpa
URL Oficial https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa
Descrição Create custom ebooks from your favorite blogs and websites.
Tamanho do Arquivo 599 KB
Contagem de Instalações 725
Versão Atual 1.1.1
Última Atualização 2024-02-13
Data de Publicação 2023-09-06
Desenvolvedor sunxen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sunxen/EpubPressX
URL da Página de Ajuda https://github.com/sunxen/EpubPressX/issues
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.1.1",
    "author": "sunxen",
    "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/download-icon-16.png",
        "128": "images\/download-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "build\/service.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "images\/download-icon-20.png",
            "32": "images\/download-icon-32.png"
        },
        "default_title": "EpubPressX",
        "default_popup": "popup.html"
    }
}