Compare commits

..

No commits in common. "6ab041df93b6bcf0763a90ba8e0c0448aeb82be9" and "9f414731b9327d15eac0877484c1b40386baabef" have entirely different histories.

4 changed files with 2 additions and 12 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 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) [![Get Re-Nav for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/efnkhmlaemggdlpalglioeolbbhfpiic)
![Latest Re-Nav screenshot](./images/re-nav-version-0-2-0.png) ![Latest Re-Nav screenshot](./images/re-nav-version-0-1-0.png)
## Installation ## Installation

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

View File

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

View File

@ -41,11 +41,6 @@ export default class Usage extends Component {
To enable or disable a redirect, click the button with the circle. To enable or disable a redirect, click the button with the circle.
If it's filled in the redirect is enabled. If it's filled in the redirect is enabled.
</li> </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> <li>To remove a redirect click the red button with the twice.</li>
</ul> </ul>
@ -62,11 +57,6 @@ export default class Usage extends Component {
have to disable redirects in the options page whenever you don't have to disable redirects in the options page whenever you don't
want to be redirected. want to be redirected.
</li> </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> </ul>
<p>As a quick-start you can also insert the examples from below:</p> <p>As a quick-start you can also insert the examples from below:</p>