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文件

下載dotEPUB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}