EpubPress - Read the web offline

Create custom ebooks from your favorite blogs and websites.

EpubPress - Read the web offlineคืออะไร?

EpubPress - Read the web offline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://epub.press และคุณลักษณะหลักของมันคือ "Create custom ebooks from your favorite blogs and websites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EpubPress - Read the web offline

ดาวน์โหลดไฟล์ส่วนขยาย EpubPress - Read the web offline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EpubPress bundles webpages into an offline book that you can read on any of your devices.

Benefits:
- Downloads webpages for offline reading.
- Removes ads and banners from webpages for a cleaner reading experience.
- Compatible with all your mobile devices (Kindles, Nooks, iPhone, iPad, Android, etc.).
- Email delivery, allowing you to push content directly to your device.

All the amazing content of the internet, available on devices that were made for reading!

How to use:
1) Open all your articles in separate tabs.
2) Order them the way you want them to appear in the book.
3) Click 'EpubPress' in your menu bar.
4) Select your articles.
5) Download and enjoy!

Please send any issues to [email protected].
Please send feedback and feature requests to [email protected].

Extension code is open source! 
Check it out here: https://github.com/haroldtreen/epub-press-clients

Learn more and see samples @ https://epub.press
Follow updates on Twitter @ https://twitter.com/Epub_Press
Help keep EpubPress free @ https://epub.press/#donate                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EpubPress - Read the web offline EpubPress - Read the web offline
ID pnhdnpnnffpijjbnhnipkehhibchdeok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epubpress-read-the-web-of/pnhdnpnnffpijjbnhnipkehhibchdeok
คำอธิบาย Create custom ebooks from your favorite blogs and websites.
ขนาดไฟล์ 458 KB
จำนวนการติดตั้ง 22,978
เวอร์ชันปัจจุบัน 0.12.0
อัปเดตครั้งล่าสุด 2020-06-01
วันที่เผยแพร่ 2020-06-01
คะแนน 4.53/5 รวมทั้งหมด 120 คะแนน
ผู้พัฒนา https://epub.press
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://epub.press
URL หน้าช่วยเหลือ https://github.com/haroldtreen/epub-press-clients/issues
URL หน้านโยบายความเป็นส่วนตัว https://epub.press
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.12.0",
    "author": "Harold Treen",
    "homepage_url": "https:\/\/epub.press\/",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/download-icon-16.png",
        "128": "images\/download-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/download-icon-20.png",
            "32": "images\/download-icon-32.png"
        },
        "default_title": "EpubPress",
        "default_popup": "popup.html"
    }
}