PDFCandy

free online PDF editor

What is PDFCandy?

PDFCandy is a Chrome extension developed by https://pdfcandy.com, and its main feature is "free online PDF editor".

Extension Screenshots

screenshot
screenshot
screenshot

Download PDFCandy Extension CRX File

Download PDFCandy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PDFCandy PDFCandy
ID omlipfboclalclnoekphiecadjlklphh
Official URL https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh
Description free online PDF editor
File Size 64.7 KB
Installation Count 276,498
Current Version 1.0.2
Last Updated 2020-11-12
Publish Date 2020-11-12
Rating 4.00/5 Total 19 Ratings
Developer https://pdfcandy.com
Email [email protected]
Payment Type free
Help Page URL https://pdfcandy.com/contact-us.html
Privacy Policy Page URL https://icecreamapps.com/privacypolicy.html
Supported Languages 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
}