Webtoon to PDF

Converts webtoon pages to PDFs

Webtoon to PDFคืออะไร?

Webtoon to PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dontaskwhy และคุณลักษณะหลักของมันคือ "Converts webtoon pages to PDFs"

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

screenshot

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

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

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

                        Converts webtoons from comic.naver.com into pdf files for quick and easy offline reading                    

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

ชื่อ Webtoon to PDF Webtoon to PDF
ID ohchlfahbejfldhnniiccfehipehfchf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webtoon-to-pdf/ohchlfahbejfldhnniiccfehipehfchf
คำอธิบาย Converts webtoon pages to PDFs
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 605
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-04-29
วันที่เผยแพร่ 2022-04-29
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dontaskwhy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Fox-Islam/webtoon-to-pdf
URL หน้าช่วยเหลือ https://github.com/Fox-Islam/webtoon-to-pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webtoon to PDF",
    "description": "Converts webtoon pages to PDFs",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/comic.naver.com\/webtoon\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "128": "\/images\/icon-128.png"
    }
}