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.
Что такое PDF Extractor?
PDF Extractor - это расширение Chrome, разработанное Aditya, и его основная функция - "This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website.".
Снимки экрана расширения
Скачать файл CRX расширения PDF Extractor
Скачайте файлы расширений PDF Extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | PDF Extractor |
ID | mpijfmkbemcfeopdjmffocfbidnokdki |
Официальный URL | https://chromewebstore.google.com/detail/pdf-extractor/mpijfmkbemcfeopdjmffocfbidnokdki |
Описание | This extension helps the user to extract PDF links and create a download page for all the PDF's on the tesseractonline.com website. |
Размер файла | 14.11 KB |
Количество установок | 28 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2024-01-06 |
Дата публикации | 2024-01-06 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Aditya |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |