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.

Co je PDF Extractor?

PDF Extractor je rozšíření Chrome vyvinuté Aditya, a jeho hlavní funkcí je „This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PDF Extractor

Stáhněte si soubory rozšíření PDF Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
Oficiální URL https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
Popis This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
Velikost souboru 14.11 KB
Počet instalací 28
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2024-01-06
Datum Vydání 2024-01-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Aditya
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}