mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
26 lines
768 B
HTML
26 lines
768 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>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<p>
|
|
<a href="https://bitbucket.org/skobkin/chrome_point_plus/issues?status=new&status=open" target="_blank">Send bug report</a>
|
|
</p>
|
|
</body>
|
|
|
|
<script src="js/options.js"></script>
|
|
|
|
</html> |