-
Notifications
You must be signed in to change notification settings - Fork 5
/
popup.html
58 lines (51 loc) Β· 1.6 KB
/
popup.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta http-equiv='X-UA-Compatible' content='ie=edge'>
<title>KMF Unblock Extension</title>
<style>
.app {
width: 230px;
}
.icon {
width: 24px;
margin-right: 10px;
}
.extension-name-container {
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.extension-name {
font-size: 16px;
}
.extension-description {
padding: 10px 2px 10px 2px;
}
</style>
</head>
<body>
<div class='app'>
<div class='extension-name-container'>
<img src='icons/kmf-unblock-icon-128.png' class='icon' /> <span class='extension-name'> KMF Unblock</span>
</div>
<div class='extension-description'>
解ι€γ<a href='http://www.kmf.com/' target="_blank">θζ»Ώε</a>γεειεΆηζ΄ε
εθ½ <br>
ζ―ζ΄TOEFLηι‘ε樑θοΌGMATι‘εΊ«εPP
</div>
<hr>
<div class='extension-description'>
A Chrome and Firefox extension that bypasses <a href='http://www.kmf.com/' target="_blank"> KMF's</a> region
restrictions.
</div>
<hr>
<div class='extension-description'>
Github / Q&A : <a href='https://github.com/CryoliteZ/KMF-Unblock-Extension'
target="_blank">KMF-Unblock-Extension</a>
</div>
</div>
</body>
</html>