-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
42 lines (38 loc) · 1.79 KB
/
popup.html
File metadata and controls
42 lines (38 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="resource.js"></script>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div id="banner">
<span><img src="images/logo_final.png" class="logoStyle"></span>
<!--<span>uFull - Maximize your YouTube Entertainment!</span>-->
</div>
<div id="container">
<div id="convertUrl">Fill Screen with YouTube</div>
</div>
<div id="supportedPlayers">
<div id="supportedPlayersText">Supported Players</div>
<img src="images/social-media/yt.png" title="YouTube">
<img src="images/social-media/fb.png" title="Facebook">
<img src="images/social-media/vm.png" title="Vimeo">
<img src="images/social-media/dm.jpg" title="DailyMotion" class="DailyMotion">
</div>
<div id="share">
<span>Share the extension</span>
<div id="share-box">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://chrome.google.com/webstore/detail/ufull/ilkagpbcgnbnnbnlehmkgneheknkkdmf" target="_blank" tabIndex="-1">
<div data-social="facebook"></div></a>
<a href="https://twitter.com/intent/tweet/?text=Maximize your YouTube Experience using uFull Chrome Extension https://chrome.google.com/webstore/detail/ufull/ilkagpbcgnbnnbnlehmkgneheknkkdmf via%20@vasujain"target="_blank" tabIndex="-1">
<div data-social="twitter"></div></a>
<a href="https://plus.google.com/share?url=https://chrome.google.com/webstore/detail/ufull/ilkagpbcgnbnnbnlehmkgneheknkkdmf" target="_blank" tabIndex="-1">
<div data-social="gplus"></div></a>
</div>
</div>
<div id="developers">
Developed by <a href="http://www.twitter.com/vasujain" class="devText" target="_blank" tabIndex="-1">@VasuJain</a>
</div>
</body>
</html>