Foxit PDF Creator

To convert the web page to Foxit PDF

Foxit PDF Creator là gì?

Foxit PDF Creator là một tiện ích mở rộng Chrome được phát triển bởi Foxit Software, và tính năng chính của nó là "To convert the web page to Foxit PDF".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Foxit PDF Creator

Tải xuống các tệp mở rộng Foxit PDF Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. Foxit PDF Editor is required to use this plugin. For more information, go to www.foxit.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Foxit PDF Creator Foxit PDF Creator
ID cifnddnffldieaamihfkhkdgnbhfmaci
URL Chính Thức https://chromewebstore.google.com/detail/foxit-pdf-creator/cifnddnffldieaamihfkhkdgnbhfmaci
Mô tả To convert the web page to Foxit PDF
Kích Thước Tệp 62.96 KB
Số Lần Cài Đặt 5,500,917
Phiên Bản Hiện Tại 12.1.0.0
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2021-04-04
Đánh Giá 2.79/5 Tổng số 61 Đánh Giá
Nhà Phát Triển Foxit Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.foxit.com/pdf-editor/
URL Trang Trợ Giúp https://kb.foxit.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.foxitsoftware.com/company/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,da,es-419,it,pl,pt-BR,pt-PT,fi,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo16.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs",
        "nativeMessaging",
        "cookies"
    ],
    "version": "12.1.0.0"
}