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.

Apa itu PDF Extractor?

PDF Extractor adalah ekstensi Chrome yang dikembangkan oleh Aditya, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PDF Extractor

Unduh file ekstensi PDF Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PDF Extractor PDF Extractor
ID mpijfmkbemcfeopdjmffocfbidnokdki
URL Resmi https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki
Deskripsi This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.
Ukuran File 14.11 KB
Jumlah Instalasi 28
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2024-01-06
Tanggal Publikasi 2024-01-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Aditya
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}