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 to jest PDF Extractor?

PDF Extractor to rozszerzenie Chrome opracowane przez Aditya, a jego główną funkcją jest „This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PDF Extractor

Pobierz pliki rozszerzeń PDF Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
Oficjalny URL https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
Opis This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
Rozmiar pliku 14.11 KB
Liczba instalacji 28
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2024-01-06
Data Publikacji 2024-01-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Aditya
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}