vt-messaging-extension

0.0.15 • Public • Published

Visual Tagger App Messaging Extension

Build status

The messaging layer to support communication between the extension and the in-app Visual Tagger.

Development 👷‍♀️

  1. Run yarn run dev.
  2. Load dist as an unpacked extension in chrome://extensions.
  3. In the app repo, change the ID in portContext.ts to the unpacked extension ID.
  4. You're ready to go! Content and background scripts will be hot reloaded on edit.

Deployment 🚀

  1. Checkout the master branch and get the latest changes with git checkout master && git pull.
  2. Run yarn run release to bump the version.
  3. Run yarn run build:prod to create a production build.
  4. Navigate to the Chrome Developer Dashboard.
  5. Click on Edit on the Visual Tagger Extension.
  6. Click on Upload Updated Package and upload the dist/packed.zip file.
  7. At the bottom of the page, click on Publish changes. 🎉

Readme

Keywords

none

Package Sidebar

Install

npm i vt-messaging-extension

Weekly Downloads

1

Version

0.0.15

License

MIT

Unpacked Size

604 kB

Total Files

39

Last publish

Collaborators

  • michaelparlato