dotEPUB

Convert any webpage into an e-book

dotEPUBคืออะไร?

dotEPUB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dotepub.com และคุณลักษณะหลักของมันคือ "Convert any webpage into an e-book"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dotEPUB

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}