Save to PDF for free with this tool
Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed
什么是Save to PDF for free with this tool?
Save to PDF for free with this tool是由https://pdf.co开发的Chrome扩展程序,该扩展的主要功能是“Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed”。
扩展截图
下载Save to PDF for free with this tool扩展crx文件
下载Save to PDF for free with this tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save to PDF is a free extension created by PDF.co and ByteScout team. The two websites offer free and paid tools. PDF.co is made for end-users and offers uniquely free tools. It has recently launched a series of extensions and apps available on Google Chrome Store. The goal of the extension is make its usage as easy as possible for users. Just go there and choose a web page you need to save as PDF. When you click the button - the extension automatically proceeds with the convertion. The final document can be downloaded instantly to your computer. The tool works with Google Drive. The tool is available for FREE TRIAL for 1 MONTH. The extended plan can be purchased: Basic, Personal or Business. The API for developer is available at PDF.co
扩展基本信息
名称 | |
ID | hakdgiengeknbifmjdjhpgphpdbhccca |
官方URL | https://chrome.google.com/webstore/detail/save-to-pdf-for-free-with/hakdgiengeknbifmjdjhpgphpdbhccca |
简介 | Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed |
文件大小 | 6.1 KB |
安装次数 | 3,236 |
当前版本 | 1.0.19.424 |
更新时间 | 2019-04-26 |
上架时间 | 2019-04-26 |
评分 | 2.20/5 共10次评分 |
开发者 | https://pdf.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pdf.co/webpage-to-pdf |
隐私政策页面URL | https://pdf.co/pages/legal/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "author": "Email: [email protected] website: https:\/\/pdf.co", "version": "1.0.19.424", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName__", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_title": "__MSG_appShortName__" }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" } } |