EpubPressX - Read the web offline

Create custom ebooks from your favorite blogs and websites.

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

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

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Fork from EpubPress, and make some updates:
- Faster and more stable: e-books are created locally, not dependent on the server
- Fixed EPUB format issues
- Fixed image positioning issues
- Can set the cover
- Can choose whether to include images

Project: https://github.com/sunxen/EpubPressX                    

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

ชื่อ EpubPressX - Read the web offline EpubPressX - Read the web offline
ID akgkfegkiajbamekmkcafnfckmhgcnpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa
คำอธิบาย Create custom ebooks from your favorite blogs and websites.
ขนาดไฟล์ 599 KB
จำนวนการติดตั้ง 725
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2023-09-06
ผู้พัฒนา sunxen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sunxen/EpubPressX
URL หน้าช่วยเหลือ https://github.com/sunxen/EpubPressX/issues
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.1.1",
    "author": "sunxen",
    "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/download-icon-16.png",
        "128": "images\/download-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "build\/service.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "images\/download-icon-20.png",
            "32": "images\/download-icon-32.png"
        },
        "default_title": "EpubPressX",
        "default_popup": "popup.html"
    }
}