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
公式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"
    }
}