forked from k2nr/ViChrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
312 lines (311 loc) · 11.3 KB
/
options.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<html>
<head>
<title>Vichrome Options</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="css/options.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" src="lib/jquery-2.0.1.min.js"></script>
<script type="text/javascript" src="lib/jquery.mousewheel.js"></script>
<script type="text/javascript" src="options.js"></script>
</head>
<body>
<div id="navbar-container">
<h1 id="navbar-content-title">Vichrome</h1>
<ul class="navbar" role="tablist">
<li class="navbar-item" role="tab"><a href="#general">General</a></li>
<li class="navbar-item" role="tab"><a href="#appearance">Appearance</a></li>
<li class="navbar-item" role="tab"><a href="#keymapping">Key Mapping</a></li>
<li class='navbar-item navbar-item-separator'></li>
<li class="navbar-item" role="tab"><a href="#about">About</a></li>
</ul>
</div>
<div id="page-container">
<div id="general" class='page'>
<h2>General</h2>
<section>
<h3>Basics</h3>
<div>
<div>
<label>
<span class="option">
Scroll Step Size
</span>
<input id="scrollPixelCount" type="number" size="7" />
<span class="option">
px
</span>
</label>
</div>
<div>
<label>
<span class="option">
Command Wait Timeout Interval
</span>
<input id="commandWaitTimeOut" type="number" size="7" />
<span class="option">
ms
</span>
</label>
</div>
<div>
<div>
<span class="option">
Default New Tab Page
</span>
<label>
<input name="newTabPage" type="radio" value="home" />Home
<input name="newTabPage" type="radio" value="newtab" />Chrome New Tab
<input name="newTabPage" type="radio" value="blank" />Blank Page
</label>
</div>
<div>
<span class="description">
Note:Except for Home, Vichrome will be disabled on a new tab page
</span>
</div>
</div>
<div>
<label>
<input id="disableAutoFocus" type="checkbox" />
<span class="option">
Disable auto focus when page is opened
</span>
</label>
</div>
<div>
<label>
<input id="smoothScroll" type="checkbox" />
<span class="option">
Smooth Scroll
</span>
</label>
</div>
<div>
<label>
<input id="enableCompletion" type="checkbox" />
<span class="option">
Enable Completion
</span>
</label>
</div>
<div>
<span class="option">
Search Engine
</span>
<select id="searchEngine">
<option>www.google.com</option>
<option>www.google.co.jp</option>
</select>
</div>
<div>
<label>
<input id="notifyUpdateSucceeded" type="checkbox" />
<span class="option">
Notify Update Succeeded (Open release history page in a new tab)
</span>
</label>
</div>
</div>
</section>
<section>
<h3>Search</h3>
<div>
<div>
<label>
<input id="wrapSearch" type="checkbox" />
<span class="option">
Wrap Scan
</span>
</label>
</div>
<div>
<label>
<input id="ignoreCase" type="checkbox" />
<span class="option">
Ignore Case
</span>
</label>
</div>
<div>
<label>
<input id="incSearch" type="checkbox" />
<span class="option">
Incremental Search
</span>
</label>
</div>
<div>
<label>
<span class="option">
Minimum Length for Incremental Search
</span>
<input id="minIncSearch" type="number" size="7" />
</label>
</div>
<div>
<label>
<input id="useMigemo" type="checkbox" />
<span class="option">
Use Migemo Search
</span>
</label>
</div>
<div>
<label>
<span class="option">
Minimum Length for Migemo Search
</span>
<input id="minMigemoLength" type="number" size="7" />
</label>
</div>
</div>
</section>
<section>
<h3>f Mode (Hit Hints)</h3>
<div>
<div>
<span class="option">
f Mode Keys(used for a hint char)
</span>
<input id="fModeAvailableKeys" type="text" size="30"/>
</div>
<div>
<label>
<input id="fModeIgnoreCase" type="checkbox" />
<span class="option">
Ignore Case
</span>
</label>
</div>
</div>
</section>
<section>
<h3>Ignored URLs</h3>
<div>
<div>
<textarea id="ignoredUrls" spellcheck="false" rows="6" cols="80"></textarea>
</div>
<div align="right">
<input id="ignoredUrlsButton" value="Update Ignored URLs" type="button">
</div>
</div>
</section>
</div>
<div id="appearance" class='page'>
<h2>Appearance</h2>
<section>
<h3>Command Box</h3>
<div>
<div>
<span class="option">
Command Box Alignment
</span>
<select id="commandBoxAlign">
<option>Right-Bottom</option>
<option>Left-Bottom</option>
<option>Right-Top</option>
<option>Left-Top</option>
</select>
</div>
<div>
<span class="option">
Command Box Width
</span>
<input id="commandBoxWidth" type="number" size="7" />
<span class="option">
px
</span>
</div>
</div>
</section>
<section>
<h3>f-Mode</h3>
<div>
<div>
<span class="option">
Hint Font Size
</span>
<input id="hintFontSize" type="number" size="5" />
<span class="option">
px
</span>
</div>
<div>
<label>
<input id="useFModeAnimation" type="checkbox" />
<span class="option">
Use f-Mode Animation
</span>
</label>
</div>
<div>
<span class="option">
Background Color
</span>
<input id="hintBackgroundColor" type="text" />
</div>
<div>
<span class="option">
Color
</span>
<input id="hintColor" type="text" />
</div>
<div>
<span class="option">
Selected Color
</span>
<input id="hintColorSelected" type="text" />
</div>
</div>
</section>
</div>
<div id="keymapping" class='page'>
<h2>Key Mapping / Command Aliases</h2>
<section>
<h3>Key Mapping / Alias Setting</h3>
<div>
<div>
<textarea id="keyMapping" spellcheck="false" rows="30" cols="80"></textarea>
</div>
<div align="right">
<input id="keyMappingButton" value="Update Key Mapping" type="button">
</div>
</div>
</section>
<section>
<h3>All KeyMappings</h3>
<div>
<div id="keyMappingList"></div>
</div>
</section>
</div>
<div id="about" class='page'>
<h2>About</h2>
<section>
<h3>Author</h3>
<div>
<div>
Kazunori Kajihiro
</div>
<div>
Follow me on <a href="http://www.twitter.com/k2nr_">twitter</a>
</div>
<div>
Blog: <a href="http://k2nr.me/">http://k2nr.me/</a>(Japanese)
</div>
<div>
Github: <a href="http://github.com/k2nr">https://github.com/k2nr</a>
</div>
<div>
E-mail: [email protected]
</div>
</div>
</section>
<section>
<div align="right">
Vichrome is hosted on <a href="https://github.com/k2nr/ViChrome">Github</a>
</div>
</section>
</div>
</div>
</body>
</html>