Back to Backspace. Use backspace to go back to the previous page, like older browsers did.

chrome.google.com/webstore/detail/back-to-backspace/cldokedgmomhbifmiiogjjkgffhcbaec

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2016
  • replace browser sniffing with manifest field (#21)
  • Changed permissions to work with any protocol. (#17)
  • Making that call to action a lot more noticeable (#22)
  • Bump version
  • Fix contentEditable #9 #10 #11 (#12)
  • Added a check to see if the keycode is the backspace keycode
  • Clean up code
June 2016
  • Fixed behavior on sites like Google Search (#4)
  • Restore Shift+Backspace going forward in history.
May 2016
  • Increment version
  • Merge pull request #1 from Pneumaticat/master
  • Add contenteditable to blacklist
  • Cleanup; convert tagBlacklist to selector list
  • Remove minimum version number.
  • Add MIT license
  • Update description and homepage URL
  • Initial