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

Unified Diff: go-back-with-backspace/installed.html

Issue 2321363003: Show installation notes page on first install. (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Merged Created 4 years, 3 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/background.js ('k') | go-back-with-backspace/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/installed.html
diff --git a/go-back-with-backspace/installed.html b/go-back-with-backspace/installed.html
new file mode 100644
index 0000000000000000000000000000000000000000..87b26eff5aed6c6514e5348d29f97f5597f4ae20
--- /dev/null
+++ b/go-back-with-backspace/installed.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <title>Go Back With Backspace Installed</title>
+ </head>
+ <body>
+ <h1>Go Back With Backspace installation notes</h1>
+ <img src="icons/icon128.png" style="float:left">
+ <p style="margin:40 0 0 0">Thank you for installing the "Go Back With
+ Backspace" extension.</p>
+ <p>After this extension is newly installed, enabled, or updated, any open
+ tabs will need to be reloaded for the changes to take effect.</p>
+ </body>
+</html>
« no previous file with comments | « go-back-with-backspace/background.js ('k') | go-back-with-backspace/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698