-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathwelcome.html
More file actions
28 lines (27 loc) · 1.06 KB
/
welcome.html
File metadata and controls
28 lines (27 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<script src='/forge/app_config.js'></script><script src='/forge/all.js'></script><script src='/forge/app_config.js'></script><script src='/forge/all.js'></script>
<title>Welcome - Flix Plus by Lifehacker</title>
<link rel="stylesheet" type="text/css" href="css/options.css" />
</head>
<body>
<br>
Welcome to $NAME_TEXT. To configure it, do the following:
<br>
<br>1. Open <a href="http://www.netflix.com/" target="_blank">http://www.netflix.com</a>. Note that this extension was designed for the US streaming site, although users have reported it working for other international flavors.
<br>
<br>2. Log in.
<br>
<br>3. Click on the Flix Plus icon on the right side of the omnibox (near the star). It should look like this:
<br>
<br> <img src="img/omnibox.png" height="24px">
<br>
<br>4. Click on 'Options' and select which features you want and set configuration options. Or go <a href="options.html">here</a>.
<br>
<br>5. Click 'Save'.
<header>
<h1>$NAME_HTML</h1>
</header>
</body>
</html>