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.

Was ist PDF Extractor?

PDF Extractor ist eine Chrome-Erweiterung, die von Aditya entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.".

Erweiterungsscreenshots

screenshot

PDF Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie PDF Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
Offizielle URL https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
Beschreibung This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
Dateigröße 14.11 KB
Installationsanzahl 28
Aktuelle Version 0.0.0.1
Letztes Update 2024-01-06
Veröffentlichungsdatum 2024-01-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Aditya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}