Redirect

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

Vad är Redirect?

Redirect är en Chrome-tillägg utvecklad av Krittika D'Silva, och dess huvudfunktion är "An extension that allows users to easily navigate to saved urls.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Redirect-förlängningens CRX-fil

Ladda ner Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Redirect Redirect
ID ndmlefihodnjkipamdighnjjmiddafai
Officiell webbadress https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai
Beskrivning An extension that allows users to easily navigate to saved urls.
Filstorlek 33.96 KB
Antal Installationer 102
Aktuell Version 1.3.1
Senast Uppdaterad 2018-04-28
Publiceringsdatum 2018-04-28
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare Krittika D'Silva
Betalningssätt free
Tilläggswebbplats http://www.krittikadsilva.com/redirect/
Hjälpsida URL http://www.krittikadsilva.com/redirect/
Stödda Språk 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"
    ]
}