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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/.
« 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