Redirect
An extension that allows users to easily navigate to saved urls.
Was ist Redirect?
Redirect ist eine Chrome-Erweiterung, die von Krittika D'Silva entwickelt wurde, und ihr Hauptmerkmal ist "An extension that allows users to easily navigate to saved urls.".
Erweiterungsscreenshots
Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Redirect |
ID | ndmlefihodnjkipamdighnjjmiddafai |
Offizielle URL | https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai |
Beschreibung | An extension that allows users to easily navigate to saved urls. |
Dateigröße | 33.96 KB |
Installationsanzahl | 102 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2018-04-28 |
Veröffentlichungsdatum | 2018-04-28 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | Krittika D'Silva |
Zahlungsart | free |
Erweiterungswebsite | http://www.krittikadsilva.com/redirect/ |
Hilfeseite URL | http://www.krittikadsilva.com/redirect/ |
Unterstützte Sprachen | 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" ] } |