ConvertToPdf
ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
Apa itu ConvertToPdf?
ConvertToPdf adalah ekstensi Chrome yang dikembangkan oleh ztek.apps, dan fitur utamanya adalah "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ConvertToPdf
Unduh file ekstensi ConvertToPdf dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ConvertToPdf |
ID | cphpiaeghkgaodcpcepgboloofaajjib |
URL Resmi | https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib |
Deskripsi | ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page. |
Ukuran File | 73.86 KB |
Jumlah Instalasi | 1,100 |
Versi Saat Ini | 1.0.833.904 |
Terakhir Diperbarui | 2020-07-17 |
Tanggal Publikasi | 2020-06-28 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | ztek.apps |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.blpsearch.com/privacy |
Bahasa yang Didukung | 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" ] } |