Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bamdadsabbagh/leboncoin-pdf-ext

PDF Exporter for leboncoin.fr
https://github.com/bamdadsabbagh/leboncoin-pdf-ext

browser-extension chrome chrome-extension firefox firefox-addon firefox-extension javascript leboncoin pdf pdf-exporter web-ext

Last synced: 3 months ago
JSON representation

PDF Exporter for leboncoin.fr

Lists

README

        

![release](https://img.shields.io/github/v/release/bamdadsabbagh/leboncoin-pdf-ext)
![license](https://img.shields.io/github/license/bamdadsabbagh/leboncoin-pdf-ext)
![maintainability](https://img.shields.io/codeclimate/maintainability/bamdadsabbagh/leboncoin-pdf-ext)
![coverage](https://img.shields.io/codeclimate/coverage/bamdadsabbagh/leboncoin-pdf-ext)
![snyk](https://img.shields.io/snyk/vulnerabilities/github/bamdadsabbagh/leboncoin-pdf-ext)

![chrome version](https://img.shields.io/chrome-web-store/v/mifkoblilhehppoemadbhopbbijpifcj?label=chrome)
![chrome users](https://img.shields.io/chrome-web-store/users/mifkoblilhehppoemadbhopbbijpifcj)
![chrome rating](https://img.shields.io/chrome-web-store/stars/mifkoblilhehppoemadbhopbbijpifcj)

![firefox version](https://img.shields.io/amo/v/leboncoin-pdf?label=firefox)
![firefox users](https://img.shields.io/amo/users/leboncoin-pdf)
![firefox rating](https://img.shields.io/amo/stars/leboncoin-pdf?label=rating)

logo

PDF Exporter for leboncoin.fr

![](https://i.imgur.com/kAdOAZ9.gif)

## 📖 Description

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

## 🚀 Download

[**Chrome**](https://chrome.google.com/webstore/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj)

[**Firefox**](https://addons.mozilla.org/firefox/addon/leboncoin-pdf/)

## 🖊 Contribute

### Development environment

outputs in `dist`

```bash
# firefox
pnpm dev:firefox

# chrome
pnpm dev:chrome
```

### Build environment

outputs in `packages`

```bash
pnpm build
```