Compare commits

...

3 Commits

Author SHA1 Message Date
Bauke 6ab041df93
Add version 0.2.0 screenshot to readme. 2022-11-16 12:38:11 +01:00
Bauke cbf1f8e991
Version 0.2.0! 2022-11-16 12:27:01 +01:00
Bauke fd0149c13a
Add usage info for new features. 2022-11-16 12:26:40 +01:00
4 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[![Get Re-Nav for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/efjignaelidacjdhleaojfmkklganjjb)
[![Get Re-Nav for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/efnkhmlaemggdlpalglioeolbbhfpiic)
![Latest Re-Nav screenshot](./images/re-nav-version-0-1-0.png)
![Latest Re-Nav screenshot](./images/re-nav-version-0-2-0.png)
## Installation

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

View File

@ -6,7 +6,7 @@ export default function createManifest(
const manifest: Record<string, unknown> = {
name: 'Re-Nav',
description: 'Navigation redirects for the masses.',
version: '0.1.1',
version: '0.2.0',
permissions: ['contextMenus', 'storage', 'tabs', 'webNavigation'],
options_ui: {
page: 'options/index.html',

View File

@ -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>