PDF Converted - Convert Documents
Convert your Documents to PDF and vice-versa format for free.
什么是PDF Converted - Convert Documents?
PDF Converted - Convert Documents是由https://pdfconverted.com开发的Chrome扩展程序,该扩展的主要功能是“Convert your Documents to PDF and vice-versa format for free.”。
扩展截图
下载PDF Converted - Convert Documents扩展crx文件
下载PDF Converted - Convert Documents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This software is free to use and will convert your documents into PDF and vice-versa within seconds. You can choose the document from either your computer/Google Drive and our website will do the rest.
If you choose to convert a document from your Google Drive, you'll need to give us permission/access to Google Drive documents. After we have converted your file, you can choose to either save the output PDF file onto your computer/onto your Google Drive.
Try this software out today for free. 扩展基本信息
| 名称 | |
| ID | cjhhoaiagdpfhnmdcdefeffiaejndild |
| 官方URL | https://chromewebstore.google.com/detail/pdf-converted-convert-doc/cjhhoaiagdpfhnmdcdefeffiaejndild |
| 简介 | Convert your Documents to PDF and vice-versa format for free. |
| 文件大小 | 97.3 KB |
| 安装次数 | 11,288 |
| 当前版本 | 1.0.0.1 |
| 更新时间 | 2019-05-29 |
| 上架时间 | 2019-05-28 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | https://pdfconverted.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PDF Converted - Convert Documents",
"version": "1.0.0.1",
"description": "Convert your Documents to PDF and vice-versa format for free.",
"icons": {
"128": "logo-pdf-128.png",
"48": "logo-pdf-48.png",
"16": "logo-pdf-16.png"
},
"container": [
"DOMAIN_INSTALLABLE",
"GOOGLE_DRIVE"
],
"api_console_project_id": "717850601162",
"gdrive_mime_types": {
"http:\/\/drive.google.com\/intents\/opendrivedoc": [
{
"type": [
"application\/pdf",
"application\/msword",
"application\/vnd.openxmlformats-officedocument.wordprocessingml.document"
],
"href": "https:\/\/www.pdfconverted.com\/convert",
"title": "Open",
"disposition": "window"
}
]
},
"browser_action": {
"default_icon": {
"16": "logo-pdf-16.png",
"32": "logo-pdf-32.png"
}
},
"background": {
"scripts": [
"launch.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
"permissions": [
"https:\/\/api.pdfconverted.com\/*"
]
} | |