gruen / just-not-sorry

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

Home Page:http://www.justnotsorry.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

The Chrome Extension can be found at https://chrome.google.com/webstore/detail/just-not-sorry-the-gmail/fmegmibednnlgojepmidhlhpjbppmlci?hl=en-US

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
  • Go to Chrome Developer Dashboard and edit the existing app. Upload the new zip file and then publish the changes (button is at the very bottom).

Libraries Used

For production:

For test:

About

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

http://www.justnotsorry.com/

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 0.9%Language:Shell 0.1%Language:CSS 0.0%