-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpopup.html
More file actions
65 lines (64 loc) · 3.32 KB
/
Copy pathpopup.html
File metadata and controls
65 lines (64 loc) · 3.32 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
<!--
網路假期 - 答案共享資料庫
https://netholiday.reh.tw/
Copyright 2019 張文相 Zhang Wenxiang
https://www.facebook.com/GoneToneDY
https://blog.reh.tw/
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>關於本插件</title>
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
</head>
<body style="width: 550px;">
<div class="container">
<br>
<div class="row">
<div class="col-md-12">
<h1>關於本插件</h1>
<p>開發者:<a href="https://www.facebook.com/GoneToneDY" target="_blank">張文相 (Zhang Wenxiang)</a></p>
<p>本插件會在網路假期題目頁面「繳卷」和「結束離開」按鈕旁新增一個「解答查詢」和「新增解答至資料庫」的按鈕,讓您不必再複製題目,快速查詢和新增解答!</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-12">
<label for="Title">或者手動貼上題目查詢解答</label>
<form class="form-inline" id="fontSubmin" name="fontSubmin" action="https://netholiday.reh.tw/query.php" method="GET" target="_blank">
<div class="input-group">
<input type="text" class="form-control" id="Title" name="Title" required>
<div class="input-group-append">
<button class="btn btn-primary" type="submit">查詢解答</button>
</div>
</div>
</form>
</div>
</div>
<br><br>
<div class="row mb-4">
<div class="col-6 mb-2">
<a class="btn btn-outline-primary btn-block" href="https://netholiday.reh.tw" target="_blank">網路假期 - 答案共享資料庫</a>
</div>
<div class="col-6 mb-2">
<a class="btn btn-outline-primary btn-block" href="https://www.facebook.com/netholiday.answer/" target="_blank">Facebook 粉絲專頁</a>
</div>
</div>
<div class="row mb-4">
<div class="col-md-12 mb-2">
<a class="btn btn-outline-primary btn-block" href="https://chrome.google.com/webstore/detail/figcebmonllniaklhhjimjlgndjlgchd" target="_blank">Chrome 線上應用程式商店</a>
</div>
</div>
<div class="row mb-4">
<div class="col-6 mb-2">
<a class="btn btn-outline-primary btn-block" href="https://github.com/NHDAS/chrome-extension_answer-query-button-add" target="_blank">本插件開源至 GitHub</a>
</div>
<div class="col-6 mb-2">
<a class="btn btn-outline-primary btn-block" href="https://github.com/NHDAS/chrome-extension_answer-query-button-add/issues" target="_blank">回報插件問題 (BUG)</a>
</div>
</div>
</div>
<!-- <script src="assets/vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> -->
</body>
</html>