Foxit PDF Creator
To convert the web page to Foxit PDF
什么是Foxit PDF Creator?
Foxit PDF Creator是由Foxit Software开发的Chrome扩展程序,该扩展的主要功能是“To convert the web page to Foxit PDF”。
扩展截图
下载Foxit PDF Creator扩展crx文件
下载Foxit PDF Creator扩展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. Foxit PDF Editor is required to use this plugin. For more information, go to www.foxit.com.
扩展基本信息
名称 | Foxit PDF Creator |
ID | cifnddnffldieaamihfkhkdgnbhfmaci |
官方URL | https://chromewebstore.google.com/detail/foxit-pdf-creator/cifnddnffldieaamihfkhkdgnbhfmaci |
简介 | To convert the web page to Foxit PDF |
文件大小 | 62.96 KB |
安装次数 | 5,500,917 |
当前版本 | 12.1.0.0 |
更新时间 | 2022-11-21 |
上架时间 | 2021-04-04 |
评分 | 2.79/5 共61次评分 |
开发者 | Foxit Software |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.foxit.com/pdf-editor/ |
帮助页面URL | https://kb.foxit.com/hc/en-us |
隐私政策页面URL | https://www.foxitsoftware.com/company/privacy-policy.php |
支持的语言 | 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" } |