Speedpdf

Speedpdf - Convert, Compress and Share PDF

Apa itu Speedpdf?

Speedpdf adalah ekstensi Chrome yang dikembangkan oleh https://speedpdf.com, dan fitur utamanya adalah "Speedpdf - Convert, Compress and Share PDF".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Speedpdf

Unduh file ekstensi Speedpdf 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

                        Free online convert, compress, merge, split and share your PDF files

★ Power-up your productivity by adding Speedpdf to Chrome! Gain instant access to a suite of useful tools to work with PDFs online.

★ PDF Tools and PDF Converters: 
- PDF to Word, Excel, PPT
- Word, Excel, PPT to PDF
- Convert images to and from PDF
- Reduce the size of your PDF
- Merge, Split and Extract PDF Pages
- Caj to PDF, Caj to Word
- Protect and Unlock PDF                    

Informasi Dasar Ekstensi

Nama Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
URL Resmi https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
Deskripsi Speedpdf - Convert, Compress and Share PDF
Ukuran File 104 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-11-03
Tanggal Publikasi 2020-03-17
Penilaian 4.20/5 Total 10 Penilaian
Pengembang https://speedpdf.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://speedpdf.com/?chrome-web
URL Halaman Kebijakan Privasi https://speedpdf.com/terms/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedpdf",
    "version": "1.1",
    "description": "Speedpdf - Convert, Compress and Share PDF",
    "author": "Hiten",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}