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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 PDF Extractor 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"
            ]
        }
    ]
}