Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Side by Side Diff: go-back-with-backspace/readme.txt

Issue 2260633002: Add more input types, fix lowercase nodeName, support shift-backspace (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Remove trailing CR Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « go-back-with-backspace/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Go back with the backspace button! This extension re-enables the backspace key 1 Go back with the backspace button! This extension re-enables the backspace key
2 as a back navigation button -- except if you're writing text. 2 as a back navigation button -- except if you're writing text.
3 3
4 Before Chrome 52, the backspace key navigated back (if you weren't writing 4 Before Chrome 52, the backspace key navigated back (if you weren't writing
5 text). Many people lost their progress while working online by accidentally 5 text). Many people lost their progress while working online by accidentally
6 pressing backspace and leaving a page -- so we removed the feature from Chrome, 6 pressing backspace and leaving a page -- so we removed the feature from Chrome,
7 and created this extension for those who prefer the old behavior. 7 and created this extension for those who prefer the old behavior.
8 8
9 After this extension is newly installed, enabled, or updated, any open tabs
10 will need to be reloaded for the changes to take effect.
11
9 This extension can't restore backspace on certain special pages, for example 12 This extension can't restore backspace on certain special pages, for example
10 any of the "chrome://" pages such as Settings or Extensions. 13 any of the "chrome://" pages such as Settings or Extensions.
11 14
12 About the "all sites" permission: In order to capture backspace on every page, 15 About the "all sites" permission: In order to capture backspace on every page,
13 the extension needs to install a little piece of code on each one. It does 16 the extension needs to install a little piece of code on each one. It does
14 nothing else with the the page, its information, or your typing. 17 nothing else with the the page, its information, or your typing.
15 18
16 By installing this item, you agree to the Google Terms of Service and Privacy 19 By installing this item, you agree to the Google Terms of Service and Privacy
17 Policy at https://www.google.com/intl/en/policies/. 20 Policy at https://www.google.com/intl/en/policies/.
OLDNEW
« no previous file with comments | « go-back-with-backspace/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698