-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathoptions.html
33 lines (33 loc) · 1.02 KB
/
options.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>New-Tab URL Option</title>
<script src="./const.js"></script>
<script src="./options.js"></script>
</head>
<body>
<h3>New-Tab URL Option</h3>
<div style="margin-left: 30px">
<p>
The URL here is used in place of "<tt>chrome://newtab</tt>" whenever a new tab is created.
</p>
<p>
Target URL: <input id="url" type="text" size="60" placeholder="URL..."/>
</p>
<p>
Type "<tt>Ctrl-Enter</tt>" to save.
</p>
<p>
This extension includes a built in <a href="blank.html">blank page</a> which can be used (if you can
tolerate ugly URL).
</p>
<p>
Please report any issues on the project's <a href="https://github.com/smblott-github/chrome-new-tab-url">Github page</a>.
</p>
<p>
Version <tt id="versionNumber"></tt>.
</p>
</div>
</body>
</html>