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.

Cos'è PDF Extractor?

PDF Extractor è un'estensione di Chrome sviluppata da Aditya, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione PDF Extractor

Scarica i file di estensione PDF Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
URL Ufficiale https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
Descrizione This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
Dimensione del File 14.11 KB
Conteggio Installazioni 28
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2024-01-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Aditya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}