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.
Vad är PDF Extractor?
PDF Extractor är en Chrome-tillägg utvecklad av Aditya, och dess huvudfunktion är "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.".
Tilläggsskärmbilder
Ladda ner PDF Extractor-förlängningens CRX-fil
Ladda ner PDF Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PDF Extractor |
ID | mpijfmkbemcfeopdjmffocfbidnokdki |
Officiell webbadress | https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki |
Beskrivning | This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website. |
Filstorlek | 14.11 KB |
Antal Installationer | 28 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2024-01-06 |
Publiceringsdatum | 2024-01-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Aditya |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |