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

Unified Diff: go-back-with-backspace/_locales/en/messages.json

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 | « no previous file | go-back-with-backspace/content_script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/_locales/en/messages.json
diff --git a/go-back-with-backspace/_locales/en/messages.json b/go-back-with-backspace/_locales/en/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..6b07bd8bdee013eea03813264b9994dcc3398daa
--- /dev/null
+++ b/go-back-with-backspace/_locales/en/messages.json
@@ -0,0 +1,10 @@
+{
+ "extensionName": {
+ "message": "Go Back With Backspace (by Google)",
+ "description": "Name of this extension."
+ },
+ "extensionDescription": {
+ "message": "Restores backspace as a back button.",
+ "description": "Brief description of this extension."
+ }
+}
« no previous file with comments | « no previous file | go-back-with-backspace/content_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698