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.

¿Qué es Save Post Photos as PDF/ZIP?

Save Post Photos as PDF/ZIP es una extensión de Chrome desarrollada por Ahmed Sabry, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Save Post Photos as PDF/ZIP

Descarga archivos de extensión Save Post Photos as PDF/ZIP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.
Tamaño del Archivo 699 KB
Cantidad de Instalaciones 98
Versión Actual 0.6.4
Última Actualización 2022-01-28
Fecha de Publicación 2019-05-09
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Ahmed Sabry
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/abou7mied/save-fb-post-photos
URL de la Página de Ayuda https://github.com/abou7mied/save-fb-post-photos/issues
Idiomas Soportados 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"
            ]
        }
    ]
}