Merge PDF
Merge PDF Files Online
Co je Merge PDF?
Merge PDF je rozšíření Chrome vyvinuté https://zonepdf.com, a jeho hlavní funkcí je „Merge PDF Files Online“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Merge PDF
Stáhněte si soubory rozšíření Merge PDF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Merge PDF |
ID | odoekjadkpplgjhcnhbmfafpaigebgbg |
Oficiální URL | https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg |
Popis | Merge PDF Files Online |
Velikost souboru | 29.42 KB |
Počet instalací | 111,508 |
Aktuální Verze | 4.1 |
Poslední Aktualizace | 2022-10-26 |
Datum Vydání | 2019-07-19 |
Hodnocení | 3.56/5 Celkem 70 Hodnocení |
Vývojář | https://zonepdf.com |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://zonepdf.com |
URL Stránky Zásad Ochrany Soukromí | https://zonepdf.com/privacy |
Podporované Jazyky | 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" } } |