PDF Exporter for leboncoin.fr

PDF exporting Web Extension of classified ads listed on leboncoin.fr

PDF Exporter for leboncoin.frとは何ですか?

PDF Exporter for leboncoin.frはBamdadによって開発されたChromeの拡張機能で、その主な機能は「PDF exporting Web Extension of classified ads listed on leboncoin.fr」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PDF Exporter for leboncoin.fr拡張機能のCRXファイルをダウンロード

PDF Exporter for leboncoin.fr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🇫🇷 Français

Exportez les annonces postées sur leboncoin.fr au format PDF.
Archivez les annonces qui suscitent votre intérêt.
Dites adieu aux annonces expirées que vous ne pouvez plus consulter.

🇬🇧 English

Export classified ads from leboncoin.fr in PDF format.
Archive ads that interest you.
Say goodbye to unavailable ads.                    

拡張機能の基本情報

名前 PDF Exporter for leboncoin.fr PDF Exporter for leboncoin.fr
ID mifkoblilhehppoemadbhopbbijpifcj
公式URL https://chromewebstore.google.com/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj
説明 PDF exporting Web Extension of classified ads listed on leboncoin.fr
ファイルサイズ 239 KB
インストール数 736
現在のバージョン 1.12.17
最終更新日 2023-08-25
公開日 2020-07-17
評価 5.00/5 合計 7 レビュー
開発者 Bamdad
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bamdadsabbagh/leboncoin-pdf-ext/
ヘルプページのURL https://github.com/bamdadsabbagh/leboncoin-pdf-ext/issues
プライバシーポリシーページのURL https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Exporter for leboncoin.fr",
    "short_name": "leboncoin-pdf",
    "description": "PDF exporting Web Extension of classified ads listed on leboncoin.fr",
    "version": "1.12.17",
    "manifest_version": 2,
    "icons": {
        "512": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "512": "assets\/icon.png"
        },
        "default_title": "PDF Exporter for leboncoin.fr",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leboncoin.fr\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.leboncoin.fr\/*",
        "storage"
    ]
}