PDF Extractor

This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.

PDF Extractorคืออะไร?

PDF Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya และคุณลักษณะหลักของมันคือ "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website."

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

screenshot

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

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

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

                        Enhance your experience on tesseractonline.com with the PDF Extractor Chrome extension! This powerful tool simplifies the process of extracting PDF links, allowing you to effortlessly create a convenient download page for all the PDF files available on the website.                    

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

ชื่อ PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
คำอธิบาย This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
ขนาดไฟล์ 14.11 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2024-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aditya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDF Extractor",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tesseractonline.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}