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是由Aditya開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mpijfmkbemcfeopdjmffocfbidnokdki |
| 官方網址 | 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"
]
}
]
} | |