Html2Book

HTML pages to book format converter (fb2, epub, etc.).

Wat is Html2Book?

Html2Book is een Chrome-extensie ontwikkeld door dark.haron, en de belangrijkste functie is "HTML pages to book format converter (fb2, epub, etc.).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Html2Book

Download Html2Book-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Html2Book Html2Book
ID jafkfcddjbcfdjnogbhogflaagohdohf
Officiële URL https://chromewebstore.google.com/detail/html2book/jafkfcddjbcfdjnogbhogflaagohdohf
Beschrijving HTML pages to book format converter (fb2, epub, etc.).
Bestandsgrootte 37.07 KB
Aantal Installaties 820
Huidige Versie 0.4.3
Laatst Bijgewerkt 2013-05-31
Publicatiedatum 2013-05-31
Beoordeling 3.37/5 Totaal 27 Beoordelingen
Ontwikkelaar dark.haron
Betalingswijze free
Help Pagina-URL https://github.com/HaronK/Html2Book
Ondersteunde Talen 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"
}