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.

Save Post Photos as PDF/ZIPคืออะไร?

Save Post Photos as PDF/ZIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahmed Sabry และคุณลักษณะหลักของมันคือ "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Post Photos as PDF/ZIP

ดาวน์โหลดไฟล์ส่วนขยาย Save Post Photos as PDF/ZIP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save Post Photos as PDF/ZIP Save Post Photos as PDF/ZIP
ID mfpaldbmnfggjkpiahfpibelabhejaji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji
คำอธิบาย This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.
ขนาดไฟล์ 699 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 0.6.4
อัปเดตครั้งล่าสุด 2022-01-28
วันที่เผยแพร่ 2019-05-09
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Ahmed Sabry
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/abou7mied/save-fb-post-photos
URL หน้าช่วยเหลือ https://github.com/abou7mied/save-fb-post-photos/issues
ภาษาที่รองรับ 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"
            ]
        }
    ]
}