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
电子邮箱 [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"
    ]
}