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

Unified Diff: go-back-with-backspace/pages/popup.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/popup.css ('k') | go-back-with-backspace/pages/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/popup.html
diff --git a/go-back-with-backspace/pages/popup.html b/go-back-with-backspace/pages/popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..ff4d6eda8dfdf0b2031f87108af1cf925e9f8f11
--- /dev/null
+++ b/go-back-with-backspace/pages/popup.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title i18n="popupTitle"></title>
+ <link rel="stylesheet" type="text/css" href="popup.css">
+</head>
+
+<body>
+ <h1 i18n="extensionName"></h1>
+ <div id="current_url"></div>
+ <div>
+ <button i18n="popupAddBlacklist" id="list_edit_button"></button><br>
+ </div>
+
+ <div id="messages">
+ <div id="status">&nbsp;</div>
+ <div id="file_url_message" hidden>
+ <a href="" i18n="popupFileURL" id="open_extensions"></a>
+ </div>
+ </div>
+
+ <a href="" i18n="sendFeedback" id="report_page"></a>
+ <a href="" i18n="openOptions" id="open_options"></a>
+
+ <script src="common.js"></script>
+ <script src="popup.js"></script>
+</body>
+</html>
« no previous file with comments | « go-back-with-backspace/pages/popup.css ('k') | go-back-with-backspace/pages/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698