-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·38 lines (38 loc) · 1.31 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About Extensions Manager</title>
<link rel="stylesheet" href="page.css" />
</head>
<body>
<div class="c">
<div class="cc">
<img src="icon128.png" width="128" height="128" />
<span>About Extensions Manager</span>
</div>
<div class="ccc">
<p>
Extensions Manager is a Google Chrome extension that allows you
to reach fastly some Google Chrome's functionalities without going inside the several
browser's menu options.
</p>
<p>
You can, for example, reach every extension you have installed in your browser
and easily enable/disable or uninstall it, with just a click.
</p>
<p>
Extensions Manager was developed by Walter Dolce. You can keep in touch with the author by sending an
email to <a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
You can also follow Walter on
<a href="https://plus.google.com/104304017116246383016" target="_blank">Google+</a>,
<a href="http://it.linkedin.com/pub/walter-dolce/37/8a2/a55" target="_blank">LinkedIn</a>,
<a href="https://www.facebook.com/walter.dolce" target="_blank">Facebook</a> and
<a href="https://twitter.com/#!/walterdolce" target="_blank">Twitter</a>.
</p>
<p>Thanks for installing and using Extensions Manager!</p>
</div>
</div>
</body>
</html>