ConvertToPdf
ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
什麼是ConvertToPdf?
ConvertToPdf是由ztek.apps開發的Chrome擴展程式,該擴展的主要功能是“ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.”。
擴展截圖
下載ConvertToPdf擴展crx文件
下載ConvertToPdf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get links to PDF converter with as well as new tab page search. ConvertoPDF Tab Offers: - Convenient and easy search - Links for different PDF related capabilities The extension requests the following permissions: - Set your new tab page search to https://nt.convertopdf.com/ - Can read and change your data on sites: *://*.convertopdf.com/* https://*.blpsearch.com/* https://*.service.prsstobe.com/* terms: https://www.convertopdf.com/terms privacy: https://www.convertopdf.com/privacy
擴展基本資訊
名稱 | ConvertToPdf |
ID | cphpiaeghkgaodcpcepgboloofaajjib |
官方網址 | https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib |
簡介 | ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page. |
檔案大小 | 73.86 KB |
安裝次數 | 1,100 |
目前版本 | 1.0.833.904 |
更新時間 | 2020-07-17 |
上架時間 | 2020-06-28 |
評分 | 4.50/5 共 2 次評分 |
開發者 | ztek.apps |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.blpsearch.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.833.904", "name": "ConvertToPdf", "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.", "icons": { "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/aes.js", "js\/mode-ecb.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "ConvertToPdf" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.convertopdf.com\/*", "https:\/\/*.blpsearch.com\/*", "https:\/\/*.service.prsstobe.com\/*", "cookies", "storage" ] } |