ePub Creator

Create offline e-books from web pages and 'overdrive.com' with a single click on the icon.

ePub Creatorคืออะไร?

ePub Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niklas Gollenstede และคุณลักษณะหลักของมันคือ "Create offline e-books from web pages and 'overdrive.com' with a single click on the icon."

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

screenshot

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

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

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

                        ePub creator allows you to save web pages opened in the browser as offline ePub e-books.
It currently supports:
 • any web page that can be opened in Firefox's Reader Mode, which should work for most text-based websites
 • books opened in the online reader of the library service overdrive.com, which cooperates with many local libraries worldwide 


How to create/save books:

 • open the web page or book you want to save
     • on overdrive, go to "Loans" and choose "Read now in browser"
 • click the extensions icon (blue book with green arrow, should be at the top right of the browser, see screenshot)
 • wait while the animation on the icon is spinning
     • this can take a while if the e-book contains many pictures etc.
     • for Reader Mode pages, it will prompt for the books author
 • save or open the e-book when prompted 


Whether saving content with this extension is legal or not depends on the content and your local legislation. Checking that is your own responsibility. Just because you can do it doesn't mean you should.


What you get & Troubleshooting:

 • For general web pages, Mozilla's Readability.js is used to extract the content. Since that is the same software component used by Firefox to generate the Reader view, the result should generally be the same as well. All resources (e.g. images) that show up there should also be included in the ePub book. If parts of the website are missing in the book, please check whether they show up in the reader mode. If not, there is little I can change about that.
 • Books from overdrive.com are not simply downloaded, but the content is parsed from the open book. The ToC is rewritten, most of the formatting is stripped and everything gets repacked. While images are generally still included, their sizing might be off on some readers, rendering this quite useless for comics and the like.
 • If you have a problem that is not explained by the limitations above, please check for and/or open an Issue on GutHub. 



Permissions used:

 • Display notifications: Only as direct consequence of clicks on the icon or to report errors
 • Access your data for all websites: Download page content if you choose so
 • Access recently closed tabs: Remove own popups from the recently closed windows list                    

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

ชื่อ ePub Creator ePub Creator
ID dholphmppikkchmalilfkmfanembgbil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epub-creator/dholphmppikkchmalilfkmfanembgbil
คำอธิบาย Create offline e-books from web pages and 'overdrive.com' with a single click on the icon.
ขนาดไฟล์ 201 KB
จำนวนการติดตั้ง 3,300
เวอร์ชันปัจจุบัน 0.5.5
อัปเดตครั้งล่าสุด 2019-04-26
วันที่เผยแพร่ 2019-04-21
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Niklas Gollenstede
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ePub Creator",
    "short_name": "ePub Creator",
    "version": "0.5.5",
    "author": "Niklas Gollenstede",
    "description": "Create offline e-books from web pages and 'overdrive.com' with a single click on the icon.",
    "icons": {
        "64": "\/icon.png"
    },
    "minimum_chrome_version": "55.0.0",
    "applications": {
        "gecko": {
            "id": "@epub",
            "strict_min_version": "59.0"
        }
    },
    "permissions": [
        "storage",
        "notifications",
        "sessions",
        "activeTab",
        ""
    ],
    "optional_permissions": [],
    "web_accessible_resources": [],
    "incognito": "spanning",
    "background": {
        "page": "node_modules\/web-ext-utils\/loader\/_background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "ePub.html#options",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": {
            "64": "\/icon.png"
        },
        "default_title": "Save as ePub"
    },
    "homepage_url": "https:\/\/github.com\/NiklasGollenstede\/epub-creator#readme"
}