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.

Hvad er Save Post Photos as PDF/ZIP?

Save Post Photos as PDF/ZIP er en Chrome-udvidelse udviklet af Ahmed Sabry, og dens hovedfunktion er "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Save Post Photos as PDF/ZIP-udvidelses-CRX-fil

Download Save Post Photos as PDF/ZIP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Save Post Photos as PDF/ZIP Save Post Photos as PDF/ZIP
ID mfpaldbmnfggjkpiahfpibelabhejaji
Officiel URL https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji
Beskrivelse This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.
Filstørrelse 699 KB
Antal Installationer 98
Nuværende Version 0.6.4
Senest Opdateret 2022-01-28
Udgivelsesdato 2019-05-09
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler Ahmed Sabry
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/abou7mied/save-fb-post-photos
Hjælpeside-URL https://github.com/abou7mied/save-fb-post-photos/issues
Understøttede Sprog 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"
            ]
        }
    ]
}