Merge PDF
Merge PDF Files Online
Что такое Merge PDF?
Merge PDF - это расширение Chrome, разработанное https://zonepdf.com, и его основная функция - "Merge PDF Files Online".
Снимки экрана расширения
Скачать файл CRX расширения Merge PDF
Скачайте файлы расширений Merge PDF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easy and secure way to Merge PDF files online. Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature. Select or drag your files, then click the merge button to download your document into one pdf file. All merged files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. All files are deleted permanently from our servers within few hours of the conversion.
Основная информация о расширении
Название | Merge PDF |
ID | odoekjadkpplgjhcnhbmfafpaigebgbg |
Официальный URL | https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg |
Описание | Merge PDF Files Online |
Размер файла | 29.42 KB |
Количество установок | 111,508 |
Текущая Версия | 4.1 |
Последнее Обновление | 2022-10-26 |
Дата публикации | 2019-07-19 |
Рейтинг | 3.56/5 Всего 70 оценок |
Разработчик | https://zonepdf.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://zonepdf.com |
URL страницы политики конфиденциальности | https://zonepdf.com/privacy |
Поддерживаемые языки | de,en,fr,es,it,pt-BR,pt-PT,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "4.1", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-merge.png" }, "icons": { "96": "icon-merge-96.png", "128": "icon-merge-128.png" } } |