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.
Qu'est-ce que PDF Extractor ?
PDF Extractor est une extension Chrome développée par Aditya, et sa fonction principale est "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDF Extractor
Téléchargez les fichiers d'extension PDF Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PDF Extractor |
ID | mpijfmkbemcfeopdjmffocfbidnokdki |
URL Officiel | https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki |
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. |
Taille du Fichier | 14.11 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2024-01-06 |
Date de Publication | 2024-01-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Aditya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |