chore: add chrome extension codes

This commit is contained in:
Steven
2022-09-13 22:34:13 +08:00
parent dfc797fe58
commit 48fb6018c0
6 changed files with 107 additions and 1 deletions

18
extension/popup.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<body>
<h2>Corgi extension</h2>
<div>
<span>Domain</span>
<input id="domain-input" type="text" />
</div>
<div>
<span>OpenId</span>
<input id="openid-input" type="text" />
</div>
<div>
<button id="save-button">Save</button>
</div>
<script src="popup.js"></script>
</body>
</html>