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

Side by Side 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: Comments and copyrights 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title i18n="popupTitle"></title>
5 <link rel="stylesheet" type="text/css" href="popup.css">
6 </head>
7
8 <body>
9 <h1 i18n="extensionName"></h1>
10 <div id="current_url"></div>
11 <div>
12 <button i18n="popupAddBlacklist" id="list_edit_button"></button><br>
13 </div>
14
15 <div id="messages">
16 <div id="status">&nbsp;</div>
17 <div id="file_url_message" hidden>
18 <a href="" i18n="popupFileURL" id="open_extensions"></a>
19 </div>
20 </div>
21
22 <a href="" i18n="sendFeedback" id="report_page"></a>
23 <a href="" i18n="openOptions" id="open_options"></a>
24
25 <script src="common.js"></script>
26 <script src="popup.js"></script>
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698