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은(는) Ahmed Sabry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Save Post Photos as PDF/ZIP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}