2 Star 2 Fork 1

B_fox / SmallGoChromeExtension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setting.html 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
B_fox 提交于 2018-02-09 15:33 . 改善体验
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="style.css" type="text/css" rel="stylesheet">
<title>插件设置</title>
<script src="jquery-2.0.0.min.js"></script>
<script src="setting.js"></script>
</head>
<body>
<div class="chrome-box">
<div class="chrome-group">
<h3 class="chrome-title">淘宝联盟辅助工具设置</h3>
</div>
<div class="chrome-group">
<label>adzoneid</label>
<div class="chrome-controll">
<input id="adzoneid">
</div>
</div>
<div class="chrome-group">
<label>siteid</label>
<div class="chrome-controll">
<input id="siteid">
</div>
</div>
<div class="chrome-group">
<label>淘客网站域名</label>
<div class="chrome-controll">
<input id="domain" placeholder="以http开头的完整域名">
</div>
</div>
<div class="chrome-group">
<button class="chrome-btn chrome-btn-lg chrome-margin-auto" id="save">保 存</button>
</div>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/jcove/SmallGoChromeExtension.git
git@gitee.com:jcove/SmallGoChromeExtension.git
jcove
SmallGoChromeExtension
SmallGoChromeExtension
master

搜索帮助