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ファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}