Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 768 Bytes

Teams Quote Message

Teams Quote Message gif

Browser extension to quote messages in Microsoft Teams web app.

To install and use it in your local machine:

  • $ git clone https://github.com/ahmetomerv/teams-quote-message.git

  • $ cd teams-quote-message

  • $ npm install

To serve and watch for changes:

  • $ npm run {browser}-watch

To build:

  • $ npm run {browser}-build

To load the extension in Chrome

  • Build by running $ npm run {browser}-build

  • Go to chrome://extensions in Chrome

  • Enable "Developer Mode"

  • Click "Load unpacked"

  • Select the build/chrome folder in teams-quote-message project folder


MIT License