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

Unified Diff: go-back-with-backspace/pages/options.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/options.css ('k') | go-back-with-backspace/pages/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/options.html
diff --git a/go-back-with-backspace/pages/options.html b/go-back-with-backspace/pages/options.html
new file mode 100644
index 0000000000000000000000000000000000000000..aac59954b172321ff326a48afadda1c38421ab10
--- /dev/null
+++ b/go-back-with-backspace/pages/options.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title i18n="optionsTitle">TITLE</title>
+ <link rel="stylesheet" type="text/css" href="options.css">
+</head>
+
+<body>
+ <span i18n="optionsBlacklist"></span><br>
+ <textarea id="blacklist" rows="8"></textarea><br>
+
+ <div class="applets">
+ <input type="checkbox" id="disableInApplets">
+ <label i18n="optionsAppletCheckbox" for="disableInApplets"></label><br>
+ <div class="whitelist">
+ <span i18n="optionsWhitelist" class="toggled"></span><br>
+ <textarea id="whitelist" rows="8" class="toggled"></textarea><br>
+ </div>
+ </div>
+
+ <div id="error">&nbsp;</div>
+ <a href="" i18n="sendFeedback" id="report_page"></a>
+ <div class="buttons">
+ <button i18n="optionsSave" id="done_button"></button>
+ <button i18n="optionsCancel" id="cancel_button"></button>
+ </div>
+
+ <script src="common.js"></script>
+ <script src="options.js"></script>
+</body>
+</html>
« no previous file with comments | « go-back-with-backspace/pages/options.css ('k') | go-back-with-backspace/pages/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698