PDF Merge

Merge PDF documents into one, easily from your home and new tab page!

Wat is PDF Merge?

PDF Merge is een Chrome-extensie ontwikkeld door https://online-converter.freepdfsolutions.com, en de belangrijkste functie is "Merge PDF documents into one, easily from your home and new tab page!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PDF Merge

Download PDF Merge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF Merge, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

Basisinformatie over de Extensie

Naam PDF Merge PDF Merge
ID hiagbhcincnckilkbbglilfchoehldmj
Officiële URL https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj
Beschrijving Merge PDF documents into one, easily from your home and new tab page!
Bestandsgrootte 674 KB
Aantal Installaties 5,215
Huidige Versie 5.0
Laatst Bijgewerkt 2021-01-21
Publicatiedatum 2020-05-28
Beoordeling 3.56/5 Totaal 16 Beoordelingen
Ontwikkelaar https://online-converter.freepdfsolutions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://online-converter.freepdfsolutions.com/#pdf-merge
URL van de Privacybeleid Pagina https://www.freepdfsolutions.com/privacypolicy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Merge",
    "default_locale": "en",
    "description": "Merge PDF documents into one, easily from your home and new tab page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ]
}