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

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

Issue 2126003003: Go Back With Backspace extension (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Fix quotation marks Created 4 years, 5 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/promo_440_280.png ('k') | go-back-with-backspace/screenshot_640_400.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Makes backspace work as a back button, except in an editable text field.
2
3 -----
4
5 Re-enables backspace as a back button.
6
7 Re-enables the backspace key as a back button, without affecting its use when
8 you're writing text.
9
10 Before Chrome version 52, if you weren't writing in a text field, the
11 backspace key navigated back in your tab history. People who prefer that
12 behavior can install this extension to restore it in Chrome 52 and later.
13
14 Note that this extension can't restore backspace on certain special pages, for
15 example any of the "chrome://" pages such as Settings or Extensions. This is
16 an intentional limitation of the extension system in Chrome.
17
18 About the "all sites" permission: In order to capture backspace on every page,
19 the extension needs to install a little piece of code on each one. It does
20 nothing else with the the page, its information, or your typing.
21
22 By installing this item, you agree to the Google Terms of Service and Privacy
23 Policy at https://www.google.com/intl/en/policies/.
OLDNEW
« no previous file with comments | « go-back-with-backspace/promo_440_280.png ('k') | go-back-with-backspace/screenshot_640_400.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698