PDF Mage

Click to save page as PDF

O que é PDF Mage?

PDF Mage é uma extensão do Chrome desenvolvida por https://pdfmage.org, e sua principal característica é "Click to save page as PDF".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PDF Mage

Baixe arquivos de extensão PDF Mage 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 Mage lets you save the page you are currently viewing as a high quality PDF file.

Features: 
- Saves a page with a single click of a button
- Works with any page you are currently viewing, even if it requires a login
- No watermarks applied
- Automatically downloads the saved PDF file
- Capable of saving parts of a web page as PDF

Note: this extension requires an Internet connection to operate. It uses an external API to convert a web page into a PDF file and lets you download the file once the conversion is completed.                    

Informações Básicas da Extensão

Nome PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
URL Oficial https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
Descrição Click to save page as PDF
Tamanho do Arquivo 120 KB
Contagem de Instalações 78,388
Versão Atual 2.1.12
Última Atualização 2022-08-15
Data de Publicação 2020-07-03
Classificação 4.12/5 Total de 245 Avaliações
Desenvolvedor https://pdfmage.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pdfmage.org/
URL da Página de Política de Privacidade https://pdfmage.org/home/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Mage",
    "version": "2.1.12",
    "manifest_version": 2,
    "description": "Click to save page as PDF",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        ""
    ]
}