| Index: go-back-with-backspace/readme.txt
|
| diff --git a/go-back-with-backspace/readme.txt b/go-back-with-backspace/readme.txt
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..d35e438ecedaded792cb7eed618588467106f7e5
|
| --- /dev/null
|
| +++ b/go-back-with-backspace/readme.txt
|
| @@ -0,0 +1,23 @@
|
| +Makes backspace work as a back button, except in an editable text field.
|
| +
|
| +-----
|
| +
|
| +Re-enables backspace as a back button.
|
| +
|
| +Re-enables the backspace key as a back button, without affecting its use when
|
| +you're writing text.
|
| +
|
| +Before Chrome version 52, if you weren't writing in a text field, the
|
| +backspace key navigated back in your tab history. People who prefer that
|
| +behavior can install this extension to restore it in Chrome 52 and later.
|
| +
|
| +Note that this extension can't restore backspace on certain special pages, for
|
| +example any of the "chrome://" pages such as Settings or Extensions. This is
|
| +an intentional limitation of the extension system in Chrome.
|
| +
|
| +About the "all sites" permission: In order to capture backspace on every page,
|
| +the extension needs to install a little piece of code on each one. It does
|
| +nothing else with the the page, its information, or your typing.
|
| +
|
| +By installing this item, you agree to the Google Terms of Service and Privacy
|
| +Policy at https://www.google.com/intl/en/policies/.
|
|
|