This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
85 lines (84 loc) · 3.31 KB
/
index.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
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
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-81213477-7"></script>
<script src="https://use.fontawesome.com/f85dcb87eb.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-81213477-7');
</script>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<title>ScratchExts: A directory of ALL extensions on scratch.</title>
</head>
<body>
<nav>
<div class="nav" id="nav">
<a href="index.html" style="float:left;">ScratchExts</a>
<a href="views/new">New Extension</a>
<a href="views/contact">Contact</a>
<a href="views/about">About</a>
</div>
</nav>
<br>
<div id="container">
<center>
<div class="list-item">
<div class="list-item-title">isOnline</div>
<div class="list-item-icon">
<img src="assets/images/isonline.png" height="180px" width="180px" />
</div>
<div class="list-item-desc">
Want to know if your Scratch friends are online at the moment? Then, this extension is for you!
<br>
Features:
<hr>
– See if an isOnline user is online, away or offline on their profile.
<br>
– isOnline friends - easily check who of your friends is online!
<br>
– Optional notifications when a friend gets online
<br>
– Can be used in different accounts
<br>
– Optional manual selection of status: Away, Do Not Disturb, Offline.
<br>
– Compatible with Chrome Sync
<br>
– Easiest & fastest user validation
<br>
– Get the status of a user by right clicking a link to their profile and clicking "get status"
<br>
– Option to enable the discuss button (check @DiscussButton)
<br>
</div>
<br>
<span class="download">
<a href="http://ison.ga"><div class="button">Download <i class="fa fa-chrome" aria-hidden="true"></i> <i class="fa fa-firefox" aria-hidden="true"></i></div></a>
</span>
</div>
<div class="list-item">
<div class="list-item-title">ScratchMoji</div>
<div class="list-item-icon">
<img src="assets/images/scratchmoji.png" height="180px" width="180px" />
</div>
<div class="list-item-desc">
Bring your conversations to life with ScratchMoji!
<br>
This extension replaces the current Scratch emojis for the more widely used Apple emojis. It also converts any emoticon (for example, ":D") into an emoji.
<br>
Click the icon of this extension to view all the emojis you can comment.
<br>
</div>
<br>
<span class="download">
<a href="http://scratchmoji.tk"><div class="button">Download <i class="fa fa-chrome" aria-hidden="true"></i> <i class="fa fa-firefox" aria-hidden="true"></i></div></a>
</span>
</div>
</center>
</div>
</body>
</html>