Chrome/Edge extension that aims to add a few missing features (free) to Slides.com presentations. Currently, allows the download of any presentation as a PDF file using the print command of the browser.
Other features are planned to be added in the future, like speaker notes, multi-screen presentation, and more.
npm install
npm run build
- This will compile the assets inside thedist
folder.
- Navigate to chrome://extensions and enable Developer Mode.
- Click on
Load Unpacked Extension
and select thedist
folder.
- Navigate to edge://extensions and enable Developer Mode.
- Click on
Load Unpacked Extension
and select thedist
folder.
Assets can be built using the npm run build
command.
These can also be built individually as follows:
npm run build:bg
- Builds the background script.npm run build:bg-watch
- Builds the background script in watch mode.build:content":
npm run build:content
- Builds the content script.npm run build:content-watch
- Builds the content script in watch mode.
npm run build:popup
- Builds the popup script.npm run build:popup-watch
- Builds the popup script in watch mode.