WebToEpub

Extension that converts Web Novels (and other web pages) into an EPUB for offline reading. Works with many sites, including: 1.…

WebToEpubคืออะไร?

WebToEpub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dteviot และคุณลักษณะหลักของมันคือ "Extension that converts Web Novels (and other web pages) into an EPUB for offline reading. Works with many sites, including: 1.…"

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

screenshot

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

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

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

                        Extension that converts Web Novels (and other web pages) into an EPUB for offline reading. Works with many sites, including:
1. Baka-Tsuki.org
2. ArchiveOfOurOwn.org 
3. FanFiction.net.
4. royalroad.com
5. www.readlightnovel.com (partial support)
6. Numerous other light novel sites

To use with Baka-Tsuki:
1. Browse to a Baka-Tsuki web page that has the full text of a story.
2. Click on the WebToEpub icon on top right of the Chrome window.
3. Check story details are correct.
4. Select image to use for cover.
5. Click the "Pack EPUB" button.
6. Wait for progress bar to finish (indicating the images being downloaded) and the generated EPUB to be placed in your downloads directory.

To use with Archive Of Our Own:
1. Browse to first chapter of story you want.
2. Click on the WebToEpub icon on top right of the Chrome window.
3. Check story details are correct.
5. Click the "Pack EPUB" button.
6. Wait for progress bar to finish (indicating the additional chapters are being downloaded) and the generated EPUB to be placed in your downloads directory.

To use with Royal Road/Readlightnovel
1. Browse to web page that has list of chapters of story you want.
2. Click on the WebToEpub icon on top right of the Chrome window.
3. Check story details are correct.
5. Click the "Pack EPUB" button.
6. Wait for progress bar to finish (indicating the additional chapters are being downloaded) and the generated EPUB to be placed in your downloads directory.

This software is licensed under GPL v3  http://www.gnu.org/licenses/gpl-3.0.en.html

Source code can be found at
https://github.com/dteviot/WebToEpub.  Or you can just unzip the chrome extension, as the code is javascript.

If you'd like to help with testing the latest Beta version, the latest version and instructions for loading it can be found at https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode                    

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

ชื่อ WebToEpub WebToEpub
ID akiljllkbielkidmammnifcnibaigelm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webtoepub/akiljllkbielkidmammnifcnibaigelm
คำอธิบาย Extension that converts Web Novels (and other web pages) into an EPUB for offline reading. Works with many sites, including: 1.…
ขนาดไฟล์ 390 KB
จำนวนการติดตั้ง 47,615
เวอร์ชันปัจจุบัน 0.0.0.157
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2020-07-04
คะแนน 4.70/5 รวมทั้งหมด 302 คะแนน
ผู้พัฒนา dteviot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dteviot/WebToEpub
URL หน้าช่วยเหลือ https://github.com/dteviot/WebToEpub/issues
URL หน้านโยบายความเป็นส่วนตัว https://dteviot.github.io/Projects/webToEpub_PrivacyPolicy.html
ภาษาที่รองรับ en,vi,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebToEpub",
    "version": "0.0.0.157",
    "default_locale": "en",
    "icons": {
        "128": "book128.png"
    },
    "permissions": [
        "downloads",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "",
        "default_icon": "book128.png",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "minimum_chrome_version": "88"
}