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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}