1 Star 0 Fork 0

David/chrome-extensions-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
options.html 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sam Thorogood 提交于 5年前 . import old samples
<!DOCTYPE html>
<html>
<head>
<title>Global Context Search</title>
<style>
body {
min-width: 300px;
font-size: 15px;
}
input {
margin: 5px;
outline: none;
}
</style>
</head>
<body>
<h2>Global Google Search</h2>
<h3>Country Options</h3>
<form id="form">
</form>
<button type='submit' value='Submit' id='optionsSubmit'>Submit</button>
</body>
<script src="locales.js"></script>
<script src="options.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/df_coding/chrome-extensions-samples.git
git@gitee.com:df_coding/chrome-extensions-samples.git
df_coding
chrome-extensions-samples
chrome-extensions-samples
master

搜索帮助