Save Post Photos as PDF/ZIP

This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.

O que é Save Post Photos as PDF/ZIP?

Save Post Photos as PDF/ZIP é uma extensão do Chrome desenvolvida por Ahmed Sabry, e sua principal característica é "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Save Post Photos as PDF/ZIP

Baixe arquivos de extensão Save Post Photos as PDF/ZIP 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

                        Features
- Drag and drop to order the photos
- Rotate
- Add the caption and the link of the post
- Save as PDF or ZIP

You can download only the photos that have "Download" button enabled. 

Please note THIS IS NOT an official extension and IT IS NOT provided by Facebook.                    

Informações Básicas da Extensão

Nome Save Post Photos as PDF/ZIP Save Post Photos as PDF/ZIP
ID mfpaldbmnfggjkpiahfpibelabhejaji
URL Oficial https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji
Descrição This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.
Tamanho do Arquivo 699 KB
Contagem de Instalações 98
Versão Atual 0.6.4
Última Atualização 2022-01-28
Data de Publicação 2019-05-09
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Ahmed Sabry
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/abou7mied/save-fb-post-photos
URL da Página de Ajuda https://github.com/abou7mied/save-fb-post-photos/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Post Photos as PDF\/ZIP",
    "short_name": "Save Post Photos as PDF\/ZIP",
    "description": "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.",
    "version": "0.6.4",
    "action": {
        "default_icon": "assets\/icon128.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ]
}