-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathhelp.html
24 lines (24 loc) · 1.04 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="stylesheets/help.css">
</head>
<body>
<div id="main">
<div id="title"><img src="images/icon48.png"> <span id="word">Help & Feedback</span></div>
<div id="content">
<p>In some cases, the extension may stop working. If you experience this issue, you can solve it with these steps:</p>
<div id="steps">
<p>1. Open the <a id="ext-page-link" href="#">Chrome extension page</a> ("chrome://extensions/" in the address bar)</p>
<p>2. Find "Awesome Screenshot"</p>
<p>3. Disable Awesome Screenshot, then re-enable it</p>
<p>4. Refresh the page you want to capture with Awesome Screenshot, and try to take a screenshot again</p>
</div>
<div class="sep"></div>
<p id="more">Use <a href="https://github.com/rojer/a-s-minus">GitHub</a> to file bugs and feature requests.</p>
</div>
</div>
<script type="text/javascript" src="javascripts/help.js"></script>
</body>
</html>