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.
Wat is PDF Extractor?
PDF Extractor is een Chrome-extensie ontwikkeld door Aditya, en de belangrijkste functie is "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF Extractor
Download PDF Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PDF Extractor |
ID | mpijfmkbemcfeopdjmffocfbidnokdki |
Officiële URL | https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki |
Beschrijving | This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website. |
Bestandsgrootte | 14.11 KB |
Aantal Installaties | 28 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2024-01-06 |
Publicatiedatum | 2024-01-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Aditya |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |