Skip to content
/ simplify Public
forked from leggett/simplify

Browser extension to simplify Gmail's interface, but w VSCode/Notion's toggle menu shortcut

License

Notifications You must be signed in to change notification settings

mwvd/simplify

 
 

Repository files navigation

simpl.fyi

A browser extension that brings the simplicity of Google Inbox to Gmail.

What is this fork?

command + \ to toggle the menu instead of the existing shortcut. Maybe helpful if you're used to Notion. That's the only change.

⚠️ edit Jun 26, 19 — I switched my text editor to VS Code and all the shortcuts are the same as Notion's lmao. I've come to the conclusion that Notion's keyboard shortcuts are probably a product of Notion being written using using VS Code. 🤔

You can also use control + \ if you like.

I'll merge updates from @leggett's Simplify repo every once and a while probably. Message me on twitter if u need a critical update or st but idk who even reads the readmes of forks lmao.

How to install

Download the repo then load the gmail folder as an unpacked extension in Chrome.

Who made Simplify

Simplify was made by Michael Leggett.

Some notes:

Exclude your work email if you want - in gmail/manifest.json, content_scripts.exclude_matches

"exclude_matches": ["*://mail.google.com/mail/u/1/"],

Merging between forks

git remote add og https://github.com/leggett/simplify.git # (already done)

git pull og master
git push origin

About

Browser extension to simplify Gmail's interface, but w VSCode/Notion's toggle menu shortcut

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.0%
  • JavaScript 35.5%
  • HTML 20.5%