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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title i18n="installedTitle"></title>
5 <link rel="stylesheet" type="text/css" href="installed.css">
6 </head>
7 <body>
8 <h1 i18n="installedHeading"></h1>
9 <img id="icon" src="../icons/icon128.png">
10 <div i18n="installedNotes" id="notes"></div>
11
12 <div id="button_div">
13 <a href="" i18n="sendFeedback" id="report_page"></a>
14 <a href="" i18n="openOptions" id="open_options"></a>
15 </div>
16
17 <script src="common.js"></script>
18 <script src="installed.js"></script>
19 </body>
20 </html>
OLDNEW
« 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