forked from greatsuspender/thegreatsuspender
-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcome.html
34 lines (30 loc) · 1.31 KB
/
welcome.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
<!doctype html>
<html>
<head>
<title id='gsTitle'>The Great Suspender :: Welcome</title>
<link id='gsFavicon' rel="icon" />
<link type="text/css" href="history.css" rel="stylesheet"></link>
</head>
<body>
<div>
<h1>The Great Suspender :: Welcome!</h1>
<br />
<p>
Thank you for trying out The Great Suspender.
Before you get started there are a couple of things that you need to know.
</p>
<p>
Firstly, when tabs get suspended they become bound to the extension process. This means that if you ever uninstall the extension, you will also lose any suspended tabs you have open at the time.
<br />
So please BE CAREFUL BEFORE UNINSTALLING. The safe way to uninstall is to unsuspend all your tabs first (there is a button in the dropdown for this). I would even recommed disabling the extension first as opposed to uninstalling, as you can then always re-enable if something is amiss.
</p>
<p>
Secondly, if you are really serious about reducing your memory foot-print, I would recommed turning the screen capturing option OFF. This can make quite a large impact on the amount of memory chrome uses.
</p>
<p>
Thanks again for using my extension. Any feedback / suggestions are always welcome. You can email me directly
at [email protected] or use chromes various feedback mechanisms.
</p>
</div>
</body>
</html>