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

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

Issue 2222603002: Look for 'number' input type, and add new assets and build (zip) script. (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Tweak to readme 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/_locales/en/messages.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 This extension doesn't restore backspace on certain special pages, for example 9 This extension can't restore backspace on certain special pages, for example
10 any of the "chrome://" pages such as Settings or Extensions. 10 any of the "chrome://" pages such as Settings or Extensions.
11 11
12 About the "all sites" permission: In order to capture backspace on every page, 12 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 13 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. 14 nothing else with the the page, its information, or your typing.
15 15
16 By installing this item, you agree to the Google Terms of Service and Privacy 16 By installing this item, you agree to the Google Terms of Service and Privacy
17 Policy at https://www.google.com/intl/en/policies/. 17 Policy at https://www.google.com/intl/en/policies/.
OLDNEW
« no previous file with comments | « go-back-with-backspace/_locales/en/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698