Html2Book

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

Html2Book란 무엇입니까?

Html2Book은(는) dark.haron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTML pages to book format converter (fb2, epub, etc.)."입니다.

확장 프로그램 스크린샷

screenshot

Html2Book 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Html2Book Html2Book
ID jafkfcddjbcfdjnogbhogflaagohdohf
공식 URL https://chromewebstore.google.com/detail/html2book/jafkfcddjbcfdjnogbhogflaagohdohf
설명 HTML pages to book format converter (fb2, epub, etc.).
파일 크기 37.07 KB
설치 횟수 820
현재 버전 0.4.3
최근 업데이트 2013-05-31
출시 날짜 2013-05-31
평점 3.37/5 총 27 개의 평점
개발자 dark.haron
결제 유형 free
도움말 페이지 URL https://github.com/HaronK/Html2Book
지원되는 언어 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"
}