mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
19 lines
556 B
HTML
19 lines
556 B
HTML
|
<html>
|
||
|
<head><title>Point Plus Options</title></head>
|
||
|
|
||
|
<body style="width: 400px;">
|
||
|
<h2>Point+ Options</h2>
|
||
|
<p>
|
||
|
<label><input type="checkbox" id="option-ctrl-enter">Send post and comments by CTRL+Enter</label>
|
||
|
</p>
|
||
|
<p>
|
||
|
<label><input type="checkbox" id="option-fancybox">Use Fancybox for images and videos</label>
|
||
|
</p>
|
||
|
<br>
|
||
|
<div id="status"></div>
|
||
|
<button id="save">Save</button>
|
||
|
</body>
|
||
|
|
||
|
<script src="js/options.js"></script>
|
||
|
|
||
|
</html>
|