PDF Merge
Merge PDF documents into one, easily from your home and new tab page!
O que é PDF Merge?
PDF Merge é uma extensão do Chrome desenvolvida por https://online-converter.freepdfsolutions.com, e sua principal característica é "Merge PDF documents into one, easily from your home and new tab page!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PDF Merge
Baixe arquivos de extensão PDF Merge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | PDF Merge |
ID | hiagbhcincnckilkbbglilfchoehldmj |
URL Oficial | https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj |
Descrição | Merge PDF documents into one, easily from your home and new tab page! |
Tamanho do Arquivo | 674 KB |
Contagem de Instalações | 5,215 |
Versão Atual | 5.0 |
Última Atualização | 2021-01-21 |
Data de Publicação | 2020-05-28 |
Classificação | 3.56/5 Total de 16 Avaliações |
Desenvolvedor | https://online-converter.freepdfsolutions.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://online-converter.freepdfsolutions.com/#pdf-merge |
URL da Página de Política de Privacidade | https://www.freepdfsolutions.com/privacypolicy.html |
Idiomas Suportados | 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" ] } |