PDF to Word
Convert PDF Files to Word Online in Seconds!
Apa itu PDF to Word?
PDF to Word adalah ekstensi Chrome yang dikembangkan oleh https://zonepdf.com, dan fitur utamanya adalah "Convert PDF Files to Word Online in Seconds!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PDF to Word
Unduh file ekstensi PDF to Word 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
Convert PDF to Word Online Fast and easy way to convert PDF files Select or drag your files, then click the Convert button to download your converted files. All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
Informasi Dasar Ekstensi
Nama | PDF to Word |
ID | cbhkphjegipombfappcleaojbmcklijj |
URL Resmi | https://chromewebstore.google.com/detail/pdf-to-word/cbhkphjegipombfappcleaojbmcklijj |
Deskripsi | Convert PDF Files to Word Online in Seconds! |
Ukuran File | 31.95 KB |
Jumlah Instalasi | 76,273 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2022-11-09 |
Tanggal Publikasi | 2020-05-06 |
Penilaian | 3.62/5 Total 13 Penilaian |
Pengembang | https://zonepdf.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zonepdf.com/ |
URL Halaman Kebijakan Privasi | https://zonepdf.com/privacy |
Bahasa yang Didukung | de,en,fr,es,it,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "2.5", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-pdf-word.png" }, "icons": { "96": "icon-pdf-word-96.png", "128": "icon-pdf-word-128.png" } } |