Wondershare PDFelement

To convert the web page to PDF

什么是Wondershare PDFelement?

Wondershare PDFelement是由https://pdf.wondershare.com开发的Chrome扩展程序,该扩展的主要功能是“To convert the web page to PDF”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Wondershare PDFelement扩展crx文件

下载Wondershare PDFelement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin is used to convert the webpages to PDF. Users can set the layout, add watermarks, headers/footers, and apply security settings for the PDF during conversion. Wondershare PDFelement  is required to use this plugin. For more information, go to pdf.wondershare.com.                    

扩展基本信息

名称 Wondershare PDFelement Wondershare PDFelement
ID ilmgaoiahpbgamghoailbgpakhphhckb
官方URL https://chromewebstore.google.com/detail/wondershare-pdfelement/ilmgaoiahpbgamghoailbgpakhphhckb
简介 To convert the web page to PDF
文件大小 56.16 KB
安装次数 2,256
当前版本 1.3.1
更新时间 2022-12-12
上架时间 2022-12-07
评分 2.20/5 共5次评分
开发者 https://pdf.wondershare.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pdf.wondershare.com
帮助页面URL https://support.wondershare.com/how-tos/pdfelement/
隐私政策页面URL https://www.wondershare.com/privacy.html
支持的语言 de,en,fr,nl,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_ExtensionName__",
    "version": "1.3.1",
    "manifest_version": 3,
    "description": "__MSG_ExtensionDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "storage",
        "nativeMessaging",
        "pageCapture"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/pdf.wondershare.com",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "DefaultTitle": "__MSG_DefaultTitle__"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}