Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamdadfr/leboncoin-pdf-ext
PDF Exporter for leboncoin.fr
https://github.com/bamdadfr/leboncoin-pdf-ext
browser-extension chrome chrome-extension firefox firefox-addon firefox-extension javascript leboncoin pdf pdf-exporter web-ext
Last synced: about 1 month ago
JSON representation
PDF Exporter for leboncoin.fr
- Host: GitHub
- URL: https://github.com/bamdadfr/leboncoin-pdf-ext
- Owner: bamdadfr
- License: mit
- Created: 2020-06-17T00:50:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T02:54:04.000Z (3 months ago)
- Last Synced: 2024-10-08T10:31:14.051Z (3 months ago)
- Topics: browser-extension, chrome, chrome-extension, firefox, firefox-addon, firefox-extension, javascript, leboncoin, pdf, pdf-exporter, web-ext
- Language: TypeScript
- Homepage: https://github.com/bamdadsabbagh/leboncoin-pdf-ext#-download
- Size: 4.04 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![release](https://img.shields.io/github/v/release/bamdadfr/leboncoin-pdf-ext)
![license](https://img.shields.io/github/license/bamdadfr/leboncoin-pdf-ext)
![maintainability](https://img.shields.io/codeclimate/maintainability/bamdadfr/leboncoin-pdf-ext)
![coverage](https://img.shields.io/codeclimate/coverage/bamdadfr/leboncoin-pdf-ext)
![snyk](https://img.shields.io/snyk/vulnerabilities/github/bamdadfr/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)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
```