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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में PDF Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}