SimplePDF - Edit and Fill PDF

Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy

O que é SimplePDF - Edit and Fill PDF?

SimplePDF - Edit and Fill PDF é uma extensão do Chrome desenvolvida por https://simplepdf.eu, e sua principal característica é "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SimplePDF - Edit and Fill PDF

Baixe arquivos de extensão SimplePDF - Edit and Fill PDF 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

                        The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing.

SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy                    

Informações Básicas da Extensão

Nome SimplePDF - Edit and Fill PDF SimplePDF - Edit and Fill PDF
ID fgikademdabjcmnlgmgbifipooibbepi
URL Oficial https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi
Descrição Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
Tamanho do Arquivo 24.83 KB
Contagem de Instalações 3,640
Versão Atual 1.2.0
Última Atualização 2023-11-27
Data de Publicação 2022-09-26
Classificação 4.54/5 Total de 13 Avaliações
Desenvolvedor https://simplepdf.eu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://simplepdf.eu
URL da Página de Ajuda https://www.simplepdf.eu/terms_of_service
URL da Página de Política de Privacidade https://simplepdf.eu/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplePDF - Edit and Fill PDF",
    "description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}