Skip to content

Gmail Plug-in that warns you when you write emails using words which undermine your message

License

Notifications You must be signed in to change notification settings

dmsinger/just-not-sorry

 
 

Repository files navigation

Just Not Sorry -- the Gmail Plug-in

Inspired by the writings of Tara Mohr and others, this Chrome Extension for Gmail will warn you when you use phrases that might be undermining your message.

Citations

Contributing

Requests to add or change warning phrases

Please create a GitHub issue with your request. If you're a developer, you're welcome to submit a pull request.

Development Setup

  • git clone the repo
  • Follow the instructions on the Chrome docs to load the extension
  • Go to Gmail and open a compose window
  • If you make changes to the code, click the Reload link on the chrome://extensions page and then reload your Gmail tab to pick up the changes.
  • Errors will show up in the console

Coding Standards

Use JSCS with the AirBnB preset.

Jasmine Tests

Open 'SpecRunner.html' in your web browser to run the test suite.

To Publish to Chrome Webstore

  • Update the version number in manifest.json
  • Run the package.sh shell script to generate a zip file
  • Then follow the steps in the docs starting at step 5.

Libraries Used

For production:

For test:

About

Gmail Plug-in that warns you when you write emails using words which undermine your message

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%