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

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

Issue 2351743003: Inject automatically on install etc., add mime types, and fix nits. (Closed)
Patch Set: Review responses Created 4 years, 2 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/pages/installed.js ('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 9 This extension can't restore backspace on certain special pages, for example
10 will need to be reloaded for the changes to take effect. 10 any of the "chrome://" pages such as Settings or Extensions, or in the Chrome
11 Web Store.
11 12
12 This extension can't restore backspace on certain special pages, for example 13 About the requested permissions:
13 any of the "chrome://" pages such as Settings or Extensions.
14 14
15 About the "all sites" permission: In order to capture backspace on every page, 15 "Read and modify all your data": In order to capture backspace on every page,
16 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, including
17 nothing else with the the page, its information, or your typing. 17 tabs that are already open when the extension itself is installed or updated.
18 It does nothing else with the page, its information, or your typing.
19
20 "Manage your apps, extensions, and themes": This lets the extension detect
21 when it has been re-enabled and install its code into tabs that are already
22 open then, too.
18 23
19 By installing this item, you agree to the Google Terms of Service and Privacy 24 By installing this item, you agree to the Google Terms of Service and Privacy
20 Policy at https://www.google.com/intl/en/policies/. 25 Policy at https://www.google.com/intl/en/policies/.
OLDNEW
« no previous file with comments | « go-back-with-backspace/pages/installed.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698