Speedpdf

Speedpdf - Convert, Compress and Share PDF

Qu'est-ce que Speedpdf ?

Speedpdf est une extension Chrome développée par https://speedpdf.com, et sa fonction principale est "Speedpdf - Convert, Compress and Share PDF".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Speedpdf

Téléchargez les fichiers d'extension Speedpdf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
URL Officiel https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
Description Speedpdf - Convert, Compress and Share PDF
Taille du Fichier 104 KB
Nombre d'Installations 10,000
Version Actuelle 1.1
Dernière Mise à Jour 2020-11-03
Date de Publication 2020-03-17
Évaluation 4.20/5 Total 10 Évaluations
Développeur https://speedpdf.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://speedpdf.com/?chrome-web
URL de la Page de Politique de Confidentialité https://speedpdf.com/terms/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}