Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilal-08/pulms-pdf-downloader
A simple extension which binds download link to a button for easy download
https://github.com/bilal-08/pulms-pdf-downloader
bun download extension pdf typescript
Last synced: 22 days ago
JSON representation
A simple extension which binds download link to a button for easy download
- Host: GitHub
- URL: https://github.com/bilal-08/pulms-pdf-downloader
- Owner: bilal-08
- Created: 2024-07-11T13:52:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:00:17.000Z (3 months ago)
- Last Synced: 2024-10-04T09:51:34.667Z (about 1 month ago)
- Topics: bun, download, extension, pdf, typescript
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulms-pdf-maker
A simple extension that binds a download button to the currently viewing document on the pulms site, which doesn't provide any download button.
# 📝 PPTX/PPT Downloading
On the platforms, PPTX/PPT files are presented as images, and direct downloading or converting them to PDFs is restricted due to CORS (Cross-Origin Resource Sharing) policies. This repository provides a solution to circumvent this limitation by enabling users to copy the image links and then create PDFs on their own end.
## FirefoxYou can get it from [here](https://addons.mozilla.org/en-US/firefox/addon/pulms-pdf-downloader).
## Chrome
1. Clone the repo.
2. Go to `chrome://extensions/`.
3. Enable Developer mode.
4. Click on "Load unpacked" and select the folder where the `manifest.json` is located.## Development
### Install Dependencies
```bash
bun install
```### To Run
```bash
bun run build
```Then refresh/reload the extension.
---