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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |