PDF Merge

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

Что такое PDF Merge?

PDF Merge - это расширение Chrome, разработанное https://online-converter.freepdfsolutions.com, и его основная функция - "Merge PDF documents into one, easily from your home and new tab page!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения PDF Merge

Скачайте файлы расширений PDF Merge в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PDF Merge PDF Merge
ID hiagbhcincnckilkbbglilfchoehldmj
Официальный URL https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj
Описание Merge PDF documents into one, easily from your home and new tab page!
Размер файла 674 KB
Количество установок 5,215
Текущая Версия 5.0
Последнее Обновление 2021-01-21
Дата публикации 2020-05-28
Рейтинг 3.56/5 Всего 16 оценок
Разработчик https://online-converter.freepdfsolutions.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://online-converter.freepdfsolutions.com/#pdf-merge
URL страницы политики конфиденциальности https://www.freepdfsolutions.com/privacypolicy.html
Поддерживаемые языки 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"
    ]
}