Html2Book
HTML pages to book format converter (fb2, epub, etc.).
What is Html2Book?
Html2Book is a Chrome extension developed by dark.haron, and its main feature is "HTML pages to book format converter (fb2, epub, etc.).".
Extension Screenshots
Download Html2Book Extension CRX File
Download Html2Book extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
RU: Конвертация HTML страниц в книжный формат (fb2, epub, etc.). На текущий момент доступна конвертация в формат FB2 для сайтов habrahabr.ru и samlib.ru. EN: HTML pages to book format converter (fb2, epub, etc.). Only basic conversion into FB2 format for habrahabr.ru and samlib.ru sites is supported currently.
Extension Basic Information
Name | Html2Book |
ID | jafkfcddjbcfdjnogbhogflaagohdohf |
Official URL | https://chromewebstore.google.com/detail/html2book/jafkfcddjbcfdjnogbhogflaagohdohf |
Description | HTML pages to book format converter (fb2, epub, etc.). |
File Size | 37.07 KB |
Installation Count | 820 |
Current Version | 0.4.3 |
Last Updated | 2013-05-31 |
Publish Date | 2013-05-31 |
Rating | 3.37/5 Total 27 Ratings |
Developer | dark.haron |
Payment Type | free |
Help Page URL | https://github.com/HaronK/Html2Book |
Supported Languages | en,ru |
manifest.json | |
{ "page_action": { "default_icon": { "19": "chrome\/page_action.png" }, "default_popup": "chrome\/page_action.html", "default_title": "Html2Book" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "HTML pages to book format converter (fb2, epub, etc.).", "background": { "scripts": [ "utils.js", "config.js", "chrome\/background.js" ] }, "default_locale": "ru", "name": "Html2Book", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "chrome\/options.html", "homepage_url": "https:\/\/github.com\/HaronK\/Html2Book", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "utils.js", "config.js", "chrome\/content.js" ], "run_at": "document_end" } ], "manifest_version": 2, "version": "0.4.3" } |