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

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

Issue 2325963003: Add options and a browser-action popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Response to comments 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/pages/installed.css ('k') | go-back-with-backspace/pages/installed.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/installed.html
diff --git a/go-back-with-backspace/pages/installed.html b/go-back-with-backspace/pages/installed.html
new file mode 100644
index 0000000000000000000000000000000000000000..fb52cbd28d83ddb210ed038b8371abf59287100f
--- /dev/null
+++ b/go-back-with-backspace/pages/installed.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title i18n="installedTitle"></title>
+ <link rel="stylesheet" type="text/css" href="installed.css">
+</head>
+<body>
+ <h1 i18n="installedHeading"></h1>
+ <img id="icon" src="../icons/icon128.png">
+ <div i18n="installedNotes" id="notes"></div>
+
+ <div id="button_div">
+ <a href="" i18n="sendFeedback" id="report_page"></a>
+ <a href="" i18n="openOptions" id="open_options"></a>
+ </div>
+
+ <script src="common.js"></script>
+ <script src="installed.js"></script>
+</body>
+</html>
« no previous file with comments | « go-back-with-backspace/pages/installed.css ('k') | go-back-with-backspace/pages/installed.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698