PDF Exporter for leboncoin.fr
PDF exporting Web Extension of classified ads listed on leboncoin.fr
What is PDF Exporter for leboncoin.fr?
PDF Exporter for leboncoin.fr is a Chrome extension developed by Bamdad, and its main feature is "PDF exporting Web Extension of classified ads listed on leboncoin.fr".
Extension Screenshots
Download PDF Exporter for leboncoin.fr Extension CRX File
Download PDF Exporter for leboncoin.fr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🇫🇷 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.
Extension Basic Information
Name | PDF Exporter for leboncoin.fr |
ID | mifkoblilhehppoemadbhopbbijpifcj |
Official URL | https://chromewebstore.google.com/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj |
Description | PDF exporting Web Extension of classified ads listed on leboncoin.fr |
File Size | 239 KB |
Installation Count | 736 |
Current Version | 1.12.17 |
Last Updated | 2023-08-25 |
Publish Date | 2020-07-17 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Bamdad |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bamdadsabbagh/leboncoin-pdf-ext/ |
Help Page URL | https://github.com/bamdadsabbagh/leboncoin-pdf-ext/issues |
Privacy Policy Page URL | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
Supported Languages | 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" ] } |