-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (73 loc) · 3.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Select like a Boss</title>
<link href="./public/help.css" rel="stylesheet" type="text/css">
<script src="./public/help.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LYJM85KJL1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-LYJM85KJL1');
</script>
</head>
<body>
<header>
<div class="center">
<img src="./public/icon/icon.svg" alt="Select like a Boss Logo">
<h1>Select <span>like a Boss</span></h1>
</div>
</header>
<main>
<section class="shadow">
<p>
With this extension, you can easily select link text just like regular text (like in Opera'12 browser) ,
making it easier to copy.
Just Select like a Boss! ;)
</p>
<h2>Get Select like a boss</h2>
<div class="center">
<a href="https://chrome.google.com/webstore/detail/mbnnmpmcijodolgeejegcijdamonganh" target="_blank"><img
src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/HRs9MPufa1J1h5glNhut.png"
style='height: 60px;' alt="Avaliable in the Chrome Web Store" /></a>
<a href="https://microsoftedge.microsoft.com/addons/detail/gapbnbmenclgbgngpidomkamcmgmpopm"
target="_blank"><img src='https://www.muggli.one/Fichiers/SVG/Edge%20add-on%20badge.svg'
alt='Get it from Microsoft (Edge)' style='height: 59px;' /></a>
<a href="https://addons.mozilla.org/firefox/addon/select-like-a-boss" target="_blank"><img
src='https://blog.mozilla.org/addons/files/2015/11/get-the-addon.png' alt='Get the add-on for Firefox'
style='height: 60px;' /></a>
</div>
<h2>Try without install</h2>
<table>
<tr>
<td>Select</td>
<td>↔</td>
<td>Click and select link text like regular text</td>
</tr>
<tr>
<td>Drag</td>
<td>↕</td>
<td>Drag the selected text up or down</td>
</tr>
</table>
<p class="center">
<a href="#">Try it out here without installing extension!</a>
</p>
<p class="notice">Here is a <a href="https://www.youtube.com/watch?v=yuIxgUed_UA" target="_blank">Demo Video</a>
for more details.</p>
<h2>If you like it</h2>
<p><a class="github-button" href="https://github.com/lcandy2/Select-like-a-Boss" data-icon="octicon-star"
data-size="large" data-show-count="true" aria-label="Star lcandy2/Select-like-a-Boss on GitHub">Star on
GitHub</a> or rate Select like a Boss in chrome web store.</p>
</section>
</main>
<footer>
<p class="author"><a href="https://github.com/lcandy2">seril🍋(lcandy2)</a></p>
</footer>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>