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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |