-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
41 lines (37 loc) · 1.13 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Настройки для «Опубликовать ВКонтакте»</title>
<style>
ul.social {
list-style-type: none;
}
ul.social li {
display: inline-block;
margin-right: 20px;
}
</style>
</head>
<body>
<h3>Настройки для «Опубликовать ВКонтакте»</h3> Отображать счётчик ссылок:
<input id="badgeCounter" type="checkbox"></input>
<br> Кнопка для публикации выделенного текста в контекстном меню:
<input id="contextMenuButton" type="checkbox"></input>
<br>
<a target="_blank" href="about.html"> <b>О расширении</b>
</a>
<ul class="social">
<li>
<g:plusone size="medium" href="https://chrome.google.com/webstore/detail/bhbcbhpenkmpgbjgaleflgfmelhjlcla">
</ul>
<script src="scripts/jquery-2.2.4.min.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/options.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{
lang: 'ru'
}
</script>
</body>
</html>