dotEPUB

Convert any webpage into an e-book

dotEPUB란 무엇입니까?

dotEPUB은(는) https://dotepub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert any webpage into an e-book"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        dotEPUB allows you to convert any webpage into an EPUB or Kindle e-book.

Download webpages to any device: e-readers, tablets, smartphones, netbooks, desktop computers...

Save now and immersively read later (even offline) those long and deep articles you didn't have time to read while browsing.

Build a personal library of your favorite blog posts, news articles, etc.

Warning: This extension can only be run once on the same webpage unless you reload that page.                    

확장 프로그램 기본 정보

이름 dotEPUB dotEPUB
ID okpfiebkkmjcnodegbbbiellepfhoglm
공식 URL https://chromewebstore.google.com/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm
설명 Convert any webpage into an e-book
파일 크기 26.86 KB
설치 횟수 36,255
현재 버전 1.2.4
최근 업데이트 2020-05-31
출시 날짜 2020-05-31
평점 3.96/5 총 272 개의 평점
개발자 https://dotepub.com
결제 유형 free
확장 프로그램 웹 사이트 https://dotepub.com
지원되는 언어 en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "name": "dotEPUB",
    "description": "__MSG_extDesc__",
    "version": "1.2.4",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "dotEPUB"
    }
}