forked from AndersSahlin/MailCheckerPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
68 lines (66 loc) · 3.41 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
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
<!DOCTYPE html>
<head>
<title>About Mail Checker Plus for Google Mail™</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" media="screen" href="general.css" />
</head>
<body>
<div id="main">
<h1 class="title">Mail Checker Plus for Google Mail™</h1>
<table>
<tr>
<td>
<span class="top_right"><img src="img/icon_48.png"></span>
<h1>Thank you...</h1>
<p>... for installing (or updating to) the latest version of <strong>Mail Checker Plus for Google Mail™</strong>!</p>
<p>Make sure you check the <a href="options.html" title="Go to the options page"><strong>options page</strong></a> for visual and functional configuration of the extension.</p>
<p><a href="http://chrome.google.com/extensions/detail/gffjhibehnempbkeheiccaincokdjbfe" target="blank" title="Visit extension homepage"><strong>Visit the Google Chrome Extensions gallery page!</strong></a></p>
<p><a href="http://chrome.desc.se/forum" target="blank" title="Visit the official forum"><strong>Visit the official forum!</strong></a></p>
<p>Logo by <strong>Alejandro Díaz</strong> (<a href="http://018012.com" target="_blank" title="visit http://018012.com">http://018012.com</a>)</p>
<p>Like it? Contribute!</p>
<p></p>
</td>
</tr>
<tr>
<td>
<h1 style="margin-bottom: 0"><img src="img/wrench_big.png" alt="" /> <a href="options.html" title="Go to the options page">Options »</a></h1>
</td>
</tr>
<tr>
<td>
<h2>Changelog</h2>
<h4>1.2.3.6 (2011-09-18)</h4>
<ul>
<li>Fixed a bug causing label-monitoring options to revert</li>
</ul>
<h4>1.2.3.5 (2011-09-16)</h4>
<ul>
<li>Fixed multiple account discovery for the new Gmail log-in page</li>
</ul>
<h4>1.2.3.4 (2011-08-23)</h4>
<ul>
<li>Fixed a bug causing the action buttons to malfunction</li>
</ul>
<h4>1.2.3.3 (2011-03-21)</h4>
<ul>
<li>Added a separate option for which label to monitor</li>
<li>Added a separate option for which label to open</li>
<li>Fixed an issue with the "Refresh"-button not actually refreshing anything</li>
</ul>
<h4>1.2.3.2 (2011-03-20)</h4>
<ul>
<li>Mailto-links will now be parsed on HTTPS sites as well</li>
</ul>
</td>
</tr>
<tr>
<td>
<strong>Mail Checker Plus for Google Mail™</strong> is an extension for Chrome made by <a href="mailto:[email protected]">Anders Sahlin</a>. Visit the <a href="http://chrome.desc.se" target="_blank">homepage</a> for more information.
</td>
</tr>
</table>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10581461" title="Donate via PayPal" target="_blank" style="border: 0"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="PayPal - The safer, easier way to pay online!"></a>
</form>
</div>
</body>
</html>