-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
70 lines (69 loc) · 3.47 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
69
70
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
<title>
SimpleExtManager Info
</title>
<link href="options.css" rel="stylesheet" type="text/css" />
<link href="scrollbar.css" rel="stylesheet" type="text/css" />
<script src="il8n.js"></script>
<script src="common-lite.js"></script>
<script src="feedback.js"></script>
</head>
<body>
<center>
<div class="header">
<div class="header-inner"><img class="headIco" src="icon-128.png"><font class="headerText">SimpleExtManager</font> <font class="headerText2"><a class="headerLink" href="options.html"><img id="topbtn1" class="headOpIco" src="settings.png" title="Settings"></a><a class="headerLink" href="credits.html"><img id="topbtn2" class="headOpIco" src="log.png" title="Credits and Changelog"></a><img id="topbtn3" class="headOpIco" src="about.png" title="Information"></font></div>
</div>
<div class="boxx">
<div class="optionGrpTitle" i18n="tips_title">
Usage Tips
</div>
<div class="option">
<font class="ultitle" i18n="tips_tip1">Checkbox and extension type (Chrome)</font>
<ul class="changelog">
<li i18n="tips_tip1_line1">WHAT: The checkbox looks and functions differently for different extension types</li>
<li i18n="tips_tip1_line2">DETAIL: Apps = checkbox has a red border; Themes = checkbox is disabled</li>
</ul>
<font class="ultitle" i18n="tips_tip2">Keyboard navigation in the extension popup</font>
<ul class="changelog">
<li i18n="tips_tip2_line1">HOW: Trigger the popup then use arrow keys to navigate</li>
<li i18n="tips_tip2_line2">CONTROLS: ↑, ↓ = Run through the extension list; Space = toggle enable/disable; o = Bring up extension's option page</li>
</ul>
<font class="ultitle" i18n="tips_tip3">Assign a keyboard shortcut to the extension</font>
<ul>
<li i18n="tips_tip3_line1">HOW: Go to the Chrome's Extensions settings page, scroll to the end and click "Configure commands"</li>
</ul>
</div>
<div class="optionGrpTitle" i18n="perm_title">
Reason For Permission Requests
</div>
<div class="option">
<span i18n="perm_text1">As the Chrome Web Store shows, SimpleExtManager can:</span><br/><br/>
<font class="ultitle" i18n="perm_reason1a">Manage your apps, extensions, and themes</font>
<ul class="changelog">
<li i18n="perm_reason1b">WHY: Without this permission the extension cannot perform its basic functions</li>
</ul>
<span i18n="perm_text2">You can find out more about permission warning triggers <a href="http://developer.chrome.com/extensions/permission_warnings.html#warnings">here</a></span>
</div>
<div class="optionGrpTitle" i18n="feed_title">
Feedback
</div>
<div class="option">
<span i18n="feed_text1">Feel free to leave a message in regards to bugs, questions or suggestions.</span><br/>
<a id="feedbkLnk">Feedback here!</a>
</div>
<div class="optionGrpTitle" i18n="other_title">
Other Works
</div>
<div class="option">
<span i18n="other_text1">Do drop by my DeviantArt page to see more of my works!</span><br/>
<a href="http://iron2000.deviantart.com/">iron2000 @ DA</a>
</div>
<div class="footer"></div>
</div>
</center>
<a class="headerLink bld" href="http://blandlifedev.blogspot.sg"><img id="blogbtn" src="bldLogo.png" title="Visit blogsite"></a>
</body>
</html>