0.0.15 • Published 6 years ago
vt-messaging-extension v0.0.15
Visual Tagger App Messaging Extension
The messaging layer to support communication between the extension and the in-app Visual Tagger.
Development 👷♀️
- Run
yarn run dev. - Load
distas an unpacked extension inchrome://extensions. - In the
apprepo, change the ID inportContext.tsto the unpacked extension ID. - You're ready to go! Content and background scripts will be hot reloaded on edit.
Deployment 🚀
- Checkout the
masterbranch and get the latest changes withgit checkout master && git pull. - Run
yarn run releaseto bump the version. - Run
yarn run build:prodto create a production build. - Navigate to the Chrome Developer Dashboard.
- Click on
Editon the Visual Tagger Extension. - Click on
Upload Updated Packageand upload thedist/packed.zipfile. - At the bottom of the page, click on
Publish changes. 🎉