-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.html
More file actions
75 lines (69 loc) · 3.5 KB
/
setup.html
File metadata and controls
75 lines (69 loc) · 3.5 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/index.css">
<script type="text/javascript" src='js/jquery-3.2.1.min.js'></script>
<script type="text/javascript" src='js/setup.js'></script>
</head>
<body>
<div class='div_bg'>
<iframe width=100% height=100% border="0" id="content" src="bg.html" frameborder="0">
</iframe>
<div><img src='imgs/bg_default.jpg' width=100% height=100%></div>
</div>
<div id='container' class='div_container'>
<div class='div_box'>
<p class='p_title'><a style='text-decoration: none;' href='index.html'>Yogurt<img src='imgs/icon.png'></a>Installation
</p>
</div>
<div id='step1_box' class='div_box'>
<p id='step1_title' class='p_subtitle'>Step 1, get the package [<img class='arrow' src='imgs/downarrow.gif'>]</p>
<div id='step1_content' hidden>
<p class='p_detailtitle'>Chrome App Store</p>
<p class='p_detail' >The Chrome app market is no longer accepting new apps since November 2016.</p>
<p class='p_detailtitle'>Direct link to binaries</p>
<p class='p_detail' >Please save this <a href='yogurt_chrome_app_1.0.crx' target='_blank' download='yogurt_chrome_app_1.0.crx'>link</a> from the github depository</p>
<p class='p_detailtitle'>Cloud Storage</p>
<p class='p_detail' >Baidu Yun <a href='http://pan.baidu.com/s/1dF3Uc8L' target='_blank'>http://pan.baidu.com/s/1dF3Uc8L</a> PWD: q9f1</p>
<p class='p_detail'>Google Drive <a href='https://drive.google.com/file/d/0B3lKLX5vBN2BV2xfaGVxa05lNDg/view?usp=sharingl' target='_blank'>Yogurt_chrome_app.crx</a></p>
<p class='p_detailtitle'>GitHub Source Code is here</p>
<p class='p_detail' ><a href='https://github.com/yogurtNetDL/yogurt_chrome_app' target='_blank'>https://github.com/yogurtNetDL/yogurt_chrome_app</a></p>
</div>
</div>
<div id='step2_box' class='div_box'>
<p id='step2_title' class='p_subtitle'>Step 2, add me to chrome extension [<img class='arrow' src='imgs/downarrow.gif'>]</p>
<div id='step2_content' hidden>
<p class='p_detailtitle'></p>
<div id='step2_1'>
<p class='p_detail'>Put "yogurt_chrome_app.crx" to desktop and open below link in your Chrome browser</p>
<p class='p_detail'>chrome://extensions/</p>
<p align=center><img src='imgs/step2_1.jpg' width=100% height=auto></p>
</div>
<div id='step2_2' hidden>
<p class='p_detail'>Drag "yogurt_chrome_app.crx" to your Chrome browser</p>
<p align=center><img src='imgs/step2_2_1.jpg' width=100% height=auto></p>
<p class='p_detail'>Click Add Extension</p>
<p align=center><img src='imgs/step2_2_2.jpg' width=100% height=auto></p>
</div>
<div id='step2_3' hidden>
<p class='p_detail'>In the popup windows find "Yogurt Net Downloader" </p>
<p class='p_detail'>Then you can find me here Chrome on the top left corner of your Chrome browser</p>
<p align=center><img src='imgs/step2_3_1.jpg' width=100% height=auto></p>
<p class='p_detail'>Or you may sent a shortcut to your desktop by left click on my icon</p>
<p align=center><img src='imgs/step2_3_2.png' width=100% height=auto></p>
</div>
<div>
<p id='prev_step' class="p_detail" style="float:left;cursor:pointer">Previous</p>
<p id='next_step' class="p_detail" style="float:right;cursor:pointer">Next</p>
<div style="clear: both;"></div>
</div>
</div>
</div>
<div class='div_box'>
<p>Possible Questions <a href='faq.html'>FAQ page</a></p>
<p>Email yogurtNetDL@gmail.com</p>
<p>GitHub <a href='https://github.com/yogurtNetDL/yogurt_chrome_app' target='_blank'>https://github.com/yogurtNetDL/yogurt_chrome_app</a></p>
</div>
</div>
</body>
</html>