Add usage info for new features.
This commit is contained in:
parent
9f414731b9
commit
fd0149c13a
|
@ -41,6 +41,11 @@ export default class Usage extends Component {
|
|||
To enable or disable a redirect, click the button with the circle.
|
||||
If it's filled in the redirect is enabled.
|
||||
</li>
|
||||
<li>
|
||||
You can also toggle redirecting entirely by right-clicking the
|
||||
extension icon and clicking "Toggle all redirects". This will show a
|
||||
✗ next to the extension icon indicating Re-Nav is turned off.
|
||||
</li>
|
||||
<li>To remove a redirect click the red button with the ✗ twice.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -57,6 +62,11 @@ export default class Usage extends Component {
|
|||
have to disable redirects in the options page whenever you don't
|
||||
want to be redirected.
|
||||
</li>
|
||||
<li>
|
||||
If your currently active tab is a website that has a redirect
|
||||
associated with it, then redirects for that website won't happen
|
||||
when you click on links or open new tabs from there.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>As a quick-start you can also insert the examples from below:</p>
|
||||
|
|
Loading…
Reference in New Issue