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.
Apa itu Save Post Photos as PDF/ZIP?
Save Post Photos as PDF/ZIP adalah ekstensi Chrome yang dikembangkan oleh Ahmed Sabry, dan fitur utamanya adalah "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save Post Photos as PDF/ZIP
Unduh file ekstensi Save Post Photos as PDF/ZIP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Save Post Photos as PDF/ZIP |
ID | mfpaldbmnfggjkpiahfpibelabhejaji |
URL Resmi | https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji |
Deskripsi | This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file. |
Ukuran File | 699 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 0.6.4 |
Terakhir Diperbarui | 2022-01-28 |
Tanggal Publikasi | 2019-05-09 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Ahmed Sabry |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/abou7mied/save-fb-post-photos |
URL Halaman Bantuan | https://github.com/abou7mied/save-fb-post-photos/issues |
Bahasa yang Didukung | 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" ] } ] } |