Skip to content

radioblazer/Send-from-Omnibox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send from Omnibox

Version 0.1

Compose an email in Chrome's address bar.

Works best when Gmail or other webmail is set as Chrome's mailto: handler (see bug).

Click here to install from the Chrome Web Store!

##Examples

Type "." followed by a space to start using the extension.

Hint: alt+d selects the address bar, or you can just hit ctrl+t and start typing. Also, tab-enter lets you send the composed message without touching the keyboard.

. matt@nlts.co sub What's up?, I thought you'd enjoy this picture: http://bit.ly/6kEfZ0

opens this window: alt text

###Creating email shorcuts

Save m in localstorage for future use:

. set m, matt@nlts.co
. m sub What's up?, I thought you'd enjoy this picture: http://bit.ly/6kEfZ0

###The subject is optional

. m We're meeting at 3 in room 301.

##Installation Currently, this extension works best with Gmail (see bug), so make sure you have Gmail set as the default in your Chrome mailto: settings (located at chrome://settings/handlers).

Then, click here to install from the Chrome Web Store, or:

  • Put everything in a directory
  • Visit chrome://extensions
  • Check the "Developer mode" box at the top right
  • Click the "Load unpacked extension..." button and select your directory

##Planned updates

  • Localstorage sync
  • Newline support
  • Rewrite using regexes
  • Message templates/shortcuts
  • Allow changing of "from" address
  • Settings page

##MIT Licensed

Copyright (c)2013 Matthew Townsend

Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights 
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Compose an email in Chrome's address bar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published