PDFCandy
free online PDF editor
O que é PDFCandy?
PDFCandy é uma extensão do Chrome desenvolvida por https://pdfcandy.com, e sua principal característica é "free online PDF editor".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PDFCandy
Baixe arquivos de extensão PDFCandy 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
PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. You may use the search function to find faster the tool you need.
Informações Básicas da Extensão
Nome | |
ID | omlipfboclalclnoekphiecadjlklphh |
URL Oficial | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
Descrição | free online PDF editor |
Tamanho do Arquivo | 64.7 KB |
Contagem de Instalações | 276,498 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-11-12 |
Data de Publicação | 2020-11-12 |
Classificação | 4.00/5 Total de 19 Avaliações |
Desenvolvedor | https://pdfcandy.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://pdfcandy.com/contact-us.html |
URL da Página de Política de Privacidade | https://icecreamapps.com/privacypolicy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFCandy", "version": "1.0.2", "description": "free online PDF editor", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" } }, "icons": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" }, "manifest_version": 2 } |