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