Desktop browser extension for Google Chrome, Firefox and Opera to save articles to your Playpost playlist.
Install the browser extension with the Google Chrome Store, the Firefox Add-ons Store or the Opera Addons Store.
- Download the latest version from: https://github.com/jvandenaardweg/playpost-browser-extension/tree/master/extension
- Unzip the extension. Remember where you unpacked it for the next steps.
- Open your Chrome browser and go to the
Settings
(3 vertical dots) on the top-right. - Navigate to:
More Tools
>Extensions
. - Make sure
Developer Mode
is active on the top-right. - Click the button
Load Unpacked
and navigate to your unpackedchrome.zip
directory. - Select that directory (not the .zip file) and you are done!
- Open your Firefox browser and type
about:debugging
. - Then click the blue
This Firefox
link. - Click
Load temporary add-on
(or some text similar in your own language). - Browse to the location of the .zip file you downloaded earlier and select that zip file (so not the unzipped files)
- Done!
- Open your Opera browser.
- Select the 3 horizontal dots on the bottom-left and make sure
Extensions
is enabled. - Select the package icon in the left sidebar, which says
Extensions
- Enable
Developer mode
on the top-right. - Select
Load unpacked
and use the./dist
file location. - Done!
- Clone repo
- Run
npm install
- Follow the steps above to install the local extension into your browser. Use your project's
./dist
directory as theLoad Unpacked
directory. - Run
npm run watch
to start the project in watch mode. - Do your changes.
- Reload the extension. Your changes should be there!
- When done, commit and push your changes. You can verify the build by using
npm run build
and check the./extensions
zip file. - Run
npm run release
frommaster
- Done.