Redirect

An extension that allows users to easily navigate to saved urls.

What is Redirect?

Redirect is a Chrome extension developed by Krittika D'Silva, and its main feature is "An extension that allows users to easily navigate to saved urls.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Redirect Extension CRX File

Download Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Redirect is a Chrome extension that makes it easy to navigate to custom urls. Users can save keys that map to saved urls. Typing ";" (a semicolon), then a space, and then the saved key into the address bar opens a user's saved url in the browser.                    

Extension Basic Information

Name Redirect Redirect
ID ndmlefihodnjkipamdighnjjmiddafai
Official URL https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai
Description An extension that allows users to easily navigate to saved urls.
File Size 33.96 KB
Installation Count 102
Current Version 1.3.1
Last Updated 2018-04-28
Publish Date 2018-04-28
Rating 4.60/5 Total 10 Ratings
Developer Krittika D'Silva
Payment Type free
Extension Website http://www.krittikadsilva.com/redirect/
Help Page URL http://www.krittikadsilva.com/redirect/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "An extension that allows users to easily navigate to saved urls.",
    "omnibox": {
        "keyword": ";"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Redirect",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}