forked from justjavac/ChromeSnifferPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
option.html
35 lines (33 loc) · 1.54 KB
/
option.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title i18n-content="extShortName"></title>
<link rel="stylesheet" type="text/css" href="css/options.css">
<script src="js/i18n_template_no_process.js"></script>
</head>
<body>
<div id="head" class="box">
<h1 i18n-content="extShortName"></h1>
</div>
<div id="instructions" class="box">
<h2 style="text-align: left;" i18n-content="extIntroTitle"></h2>
<p i18n-content="extIntroduction"></p>
<ul>
<li><p i18n-content="extIntroductionJavascript"></p></li>
<li><p i18n-content="extIntroductionWebAPI"></p></li>
<li><p i18n-content="extIntroductionWebFramework"></p></li>
<li><p i18n-content="extIntroductionWebSever"></p></li>
</ul>
<div id="credits" style="padding:20px;">
<hr>
<span style="font-weight:bold;" i18n-content="extIntroductionSource"></span>
<span><a href="https://github.com/justjavac/ChromeSnifferPlus" target="_blank">https://github.com/justjavac/ChromeSnifferPlus</a></span>
</div>
<p style="color:red;font-weight:bold;" i18n-content="extIntroductionNotice"></p>
<p style="font-weight:bold;height: 50px;"><span i18n-content="extIntroductionDeveloper"></span><a href="https://github.com/justjavac/ChromeSnifferPlus/issues" target="_blank" i18n-content="extIntroductionIssues"></a>. (<span style="color:red" i18n-content="extIntroductionThanks"></span>) </p>
</div>
<script src="js/analytics.js"></script>
<script src="js/common.js"></script>
</body>
</html>