PDF Converted - Convert Documents
Convert your Documents to PDF and vice-versa format for free.
什麼是PDF Converted - Convert Documents?
PDF Converted - Convert Documents是由http://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 | jpcfopbpibkbfaeocpkkjldledjijacl |
官方網址 | https://chrome.google.com/webstore/detail/pdf-converted-convert-doc/jpcfopbpibkbfaeocpkkjldledjijacl |
簡介 | Convert your Documents to PDF and vice-versa format for free. |
檔案大小 | 72.9 KB |
安裝次數 | 3,000 |
目前版本 | 1.0.0 |
更新時間 | 2019-09-02 |
上架時間 | 2019-09-02 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://pdfconverted.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.wallpaperaddons.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PDF Converted - Convert Documents", "version": "1.0.0", "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": [ "GOOGLE_DRIVE" ], "browser_action": { "default_icon": { "16": "logo-pdf-16.png", "32": "logo-pdf-32.png" } }, "background": { "scripts": [ "\/js\/common-push-init.js", "\/js\/common-push.js", "\/js\/background.js" ] }, "permissions": [ "https:\/\/*.pdfconverted.com\/*", "notifications" ] } |