PDF Exporter for leboncoin.fr

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

Co to jest PDF Exporter for leboncoin.fr?

PDF Exporter for leboncoin.fr to rozszerzenie Chrome opracowane przez Bamdad, a jego główną funkcją jest „PDF exporting Web Extension of classified ads listed on leboncoin.fr”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PDF Exporter for leboncoin.fr

Pobierz pliki rozszerzeń PDF Exporter for leboncoin.fr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🇫🇷 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PDF Exporter for leboncoin.fr PDF Exporter for leboncoin.fr
ID mifkoblilhehppoemadbhopbbijpifcj
Oficjalny URL https://chromewebstore.google.com/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj
Opis PDF exporting Web Extension of classified ads listed on leboncoin.fr
Rozmiar pliku 239 KB
Liczba instalacji 736
Aktualna Wersja 1.12.17
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2020-07-17
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Bamdad
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/bamdadsabbagh/leboncoin-pdf-ext/
Adres URL Strony Pomocy https://github.com/bamdadsabbagh/leboncoin-pdf-ext/issues
Adres URL Strony Polityki Prywatności https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
Obsługiwane Języki 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"
    ]
}