PDFCandy

free online PDF editor

Cos'è PDFCandy?

PDFCandy è un'estensione di Chrome sviluppata da https://pdfcandy.com, e la sua funzione principale è "free online PDF editor".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PDFCandy

Scarica i file di estensione PDFCandy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. 

Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. 

You may use the search function to find faster the tool you need.                    

Informazioni di Base sull'Estensione

Nome PDFCandy PDFCandy
ID omlipfboclalclnoekphiecadjlklphh
URL Ufficiale https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh
Descrizione free online PDF editor
Dimensione del File 64.7 KB
Conteggio Installazioni 276,498
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-11-12
Data di Pubblicazione 2020-11-12
Valutazione 4.00/5 Totale 19 Valutazioni
Sviluppatore https://pdfcandy.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://pdfcandy.com/contact-us.html
URL della Pagina della Politica sulla Privacy https://icecreamapps.com/privacypolicy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDFCandy",
    "version": "1.0.2",
    "description": "free online PDF editor",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pdfcandy16.png",
            "32": "images\/pdfcandy32.png",
            "48": "images\/pdfcandy48.png",
            "128": "images\/pdfcandy128.png"
        }
    },
    "icons": {
        "16": "images\/pdfcandy16.png",
        "32": "images\/pdfcandy32.png",
        "48": "images\/pdfcandy48.png",
        "128": "images\/pdfcandy128.png"
    },
    "manifest_version": 2
}