-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
31 lines (30 loc) · 1.34 KB
/
options.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
<!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>Currency Rate display Application</title>
<link rel="stylesheet" href="css/options.css">
</head>
<body>
<div class="container">
<h4 class="app-header">MM Currency Rate Display Application</h4>
<div class="option-contents">
Hi, thanks for installing Currency Rate Display Application for Chrome!<br />A chrome extension that lets you know how much rates for following currencies in Myanmar Kyat(MMK).
<ul>
<li>USD(US Dollar)</li>
<li>GBP(British Pound)</li>
<li>EUR(Euro)</li>
<li>JPY(Japanese Yen)</li>
<li>THB(Thai Baht)</li>
<li>SGD(Singapore Dollar)</li>
<li>MYR(Malaysian Ringgit)</li>
<li>KRW(Korean Won)</li>
</ul>
All of the currency rate are displayed as Myanmar Kyat(MMK). Rates are from Central bank of myanmar website and you can check detail about api in <a href="http://forex.cbm.gov.mm/index.php/api">here</a>.
<br />If you found any bugs and error, please kindly contact to the app developer <a href="mailto:[email protected]?Subject=Hello" target="_top">Send Mail</a>. We always appreciate for your help.
</div>
</div>
</body>
</html>