web-comic-to-epub
Extension that generates fixed layout epub file from images published on the web.
O que é web-comic-to-epub?
web-comic-to-epub é uma extensão do Chrome desenvolvida por ykrods, e sua principal característica é "Extension that generates fixed layout epub file from images published on the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão web-comic-to-epub
Baixe arquivos de extensão web-comic-to-epub 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
Extension that generates fixed layout epub file from images published on the web. # supporting site It works for simple pages where the images of one episode is listed in one page. # How to Use 1. Open the page that you want to include in epub. 2. Click 'Add as chapter' button. 3. Click 'Open editor' and edit book metadata like title or author. 4. Click 'EXPORT' and download epub. 5. Click 'RESET' if the generated epub has no problem. 6. Enjoy comic!
Informações Básicas da Extensão
Nome | |
ID | olbliemchjfgfmdnjmocejnaiaebkpci |
URL Oficial | https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci |
Descrição | Extension that generates fixed layout epub file from images published on the web. |
Tamanho do Arquivo | 367 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-01-06 |
Data de Publicação | 2020-01-06 |
Desenvolvedor | ykrods |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ykrods/web-comic-to-epub |
URL da Página de Ajuda | https://github.com/ykrods/web-comic-to-epub/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "web-comic-to-epub", "version": "1.0.1", "description": "Extension that generates fixed layout epub file from images published on the web.", "permissions": [ "activeTab", "declarativeContent", "storage", "unlimitedStorage" ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_title": "", "default_icon": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_popup": "popup.html" } } |