Redirect
An extension that allows users to easily navigate to saved urls.
Wat is Redirect?
Redirect is een Chrome-extensie ontwikkeld door Krittika D'Silva, en de belangrijkste functie is "An extension that allows users to easily navigate to saved urls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Redirect
Download Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ndmlefihodnjkipamdighnjjmiddafai |
| Officiële URL | https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai |
| Beschrijving | An extension that allows users to easily navigate to saved urls. |
| Bestandsgrootte | 33.96 KB |
| Aantal Installaties | 102 |
| Huidige Versie | 1.3.1 |
| Laatst Bijgewerkt | 2018-04-28 |
| Publicatiedatum | 2018-04-28 |
| Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Krittika D'Silva |
| Betalingswijze | free |
| Extensiewebsite | http://www.krittikadsilva.com/redirect/ |
| Help Pagina-URL | http://www.krittikadsilva.com/redirect/ |
| Ondersteunde Talen | 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"
]
} | |