Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oslego/chrome-backspace-back
Google Chrome extension that restores browser behavior of navigating to previous page when pressing the Backspace key.
https://github.com/oslego/chrome-backspace-back
Last synced: about 2 months ago
JSON representation
Google Chrome extension that restores browser behavior of navigating to previous page when pressing the Backspace key.
- Host: GitHub
- URL: https://github.com/oslego/chrome-backspace-back
- Owner: oslego
- Created: 2016-06-06T11:13:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T18:17:13.000Z (7 months ago)
- Last Synced: 2024-11-09T20:04:48.313Z (about 2 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 76
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backspace to go Back
Google Chrome extension that restores browser behavior of navigating to previous page when pressing the Backspace key.
This behavior was removed since [Chrome 52](https://codereview.chromium.org/1854963002).
**Update 8-16-2016:** Google released an official extension that offers the same functionality. [Go Back with Backspace](https://chrome.google.com/webstore/detail/go-back-with-backspace/eekailopagacbcdloonjhbiecobagjci) by Google, available in the Chrome Web Store.
## How to install
### From the Chrome Web Store
- Install from the [Chrome Web Store](https://chrome.google.com/webstore/detail/backspace-to-go-back/nlffgllnjjkheddehpolbanogdeaogbc)
### From source
This extension requires permissions to access content on all the pages you visit. It's ok if that freaks you out. Handing over those permissions freaks me out too.
Here's a way to install this extension from a copy of the source so you can always read it (it's very short) and be sure it's not doing anything malicious. Automatic updates do not work with locally installed extensions. That should make you feel even safer.
- Clone or download this repository:
```
git clone [email protected]:oslego/chrome-backspace-back.git
```
- Navigate to `chrome://extensions` in Chrome's URL bar;
- Tick the box that says _Developer mode_;
- Click _Load unpacked extension_;
- Select the cloned repository folder.## Credits
- Icon: [Backspace by Rflor](https://thenounproject.com/term/backspace/300516/) from the Noun Project.