-
Notifications
You must be signed in to change notification settings - Fork 0
/
setting.html
96 lines (83 loc) · 4.84 KB
/
setting.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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<title>搜索拐杖 - 设置</title>
<link rel="stylesheet" type="text/css" href="css/normalize.min.css">
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/setting.css">
<link rel="stylesheet" type="text/css" href="css/jiathis_share.css">
</head>
<body>
<div class="content">
<div class="heading">
<img src='img/icon-48.png' />
<h1>搜索拐杖 - 设置</h1>
</div>
<div id="options" class="clearfix">
<form>
<p>
Google不通时,快捷切换其他搜索!<br>
<strong>只显示我想切换的搜索:</strong>
</p>
<label>
<input type="checkbox" class="required" id="se_google" />Google
</label>
<label>
<input type="checkbox" class="required" id="se_aol" />AOL Search
</label>
<label>
<input type="checkbox" class="required" id="se_duck" />DuckDuckGo
</label>
<label>
<input type="checkbox" class="required" id="se_baidu" />百度
</label>
<label>
<input type="checkbox" class="required" id="se_bing" />必应
</label>
<label>
<input type="checkbox" class="required" id="se_sogou" />搜狗
</label>
<label>
<input type="checkbox" class="required" id="se_yahoo" />雅虎
</label>
<label>
<input type="checkbox" class="required" id="se_360" />360搜索
</label>
<p style="margin-top:5px;">辅助小功能:</p>
<label>
<input type="checkbox" id="remove_redirect"/>略过 Google 跳转页直接访问目标页 <a href="http://xuhehuan.com/2272.html#SearchDirect" target="_blank">(?)</a>
</label>
<!--<p style="margin-top:5px;">-->
<!--自定义搜索:<a href="http://xuhehuan.com/2272.html#CustomSearch" target="_blank" title="如何配置?">(?)</a>-->
<!--</p>-->
<!--<table>-->
<!--<tr>-->
<!--<td><input type="text" id="custom_name" /></td>-->
<!--<td><input type="text" id="custom_search" /></td>-->
<!--<td><button class="add_search">+</button></td>-->
<!--</tr>-->
<!--</table>-->
<div id="status"></div>
</form>
</div>
<!-- JiaThis Button BEGIN -->
<div class="jiathis_style_32x32">
<span style="float:left;font-size:14px;margin:6px 10px 0 0;">分享到</span>
<a href="http://v.t.sina.com.cn/share/share.php?url=http://xuhehuan.com/2272.html&title=挺有用的Chrome扩展“搜索拐杖”:Google连不通时,方便切换到其他搜索,省得再次输入。用Chrome最怕Google偶尔会挂掉,用这个方便多了。" class="jiathis_txt jtico jtico_tsina" title="分享到新浪微博" target="_blank"></a>
<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://xuhehuan.com/2272.html" class="jiathis_txt jtico jtico_qzone" title="分享到QQ空间" target="_blank"></a>
<a href="http://twitter.com/home?status=挺有用的Chrome扩展“搜索拐杖”:Google连不通时,方便切换到其他搜索,省得再次输入。用Chrome最怕Google偶尔会挂掉,用这个方便多了。+http://xuhehuan.com/2272.html" class="jiathis_txt jtico jtico_twitter" title="分享到Twitter" target="_blank"></a>
<a href="http://www.douban.com/recommend/?url=http://xuhehuan.com/2272.html&title=挺有用的Chrome扩展“搜索拐杖”:Google连不通时,方便切换到其他搜索,省得再次输入。用Chrome最怕Google偶尔会挂掉,用这个方便多了。" class="jiathis_txt jtico jtico_douban" title="分享到豆瓣" target="_blank"></a>
<a href="http://fanfou.com/sharer?u=http://xuhehuan.com/2272.html?t=挺有用的Chrome扩展“搜索拐杖”:Google连不通时,方便切换到其他搜索,省得再次输入。用Chrome最怕Google偶尔会挂掉,用这个方便多了。" class="jiathis_txt jtico jtico_fanfou" title="分享到饭否" target="_blank"></a>
<a href="http://share.renren.com/share/buttonshare.do?link=http://xuhehuan.com/2272.html" class="jiathis_txt jtico jtico_renren" title="分享到人人网" target="_blank"></a>
<a href="http://xuhehuan.com/2272.html" class="jiathis jiathis_txt jtico jtico_jiathis" title="查看开发者网站" target="_blank"></a>
</div>
<!-- JiaThis Button END -->
<p class="about">
反馈建议:请在<a href="http://xuhehuan.com/2272.html" target="_blank">搜索拐杖</a>文章下面留言<br><a href="#">KKKSou</a> 出品,<a href="http://xuhehuan.com" target="_blank">蔓草札记</a> 修改
</p>
</div>
</body>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="js/base.js"></script>
<script type="text/javascript" src="js/setting.js"></script>
</html>