Redirect
An extension that allows users to easily navigate to saved urls.
什么是Redirect?
Redirect是由Krittika D'Silva开发的Chrome扩展程序,该扩展的主要功能是“An extension that allows users to easily navigate to saved urls.”。
扩展截图
下载Redirect扩展crx文件
下载Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Redirect |
ID | ndmlefihodnjkipamdighnjjmiddafai |
官方URL | https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai |
简介 | An extension that allows users to easily navigate to saved urls. |
文件大小 | 33.96 KB |
安装次数 | 102 |
当前版本 | 1.3.1 |
更新时间 | 2018-04-28 |
上架时间 | 2018-04-28 |
评分 | 4.60/5 共10次评分 |
开发者 | Krittika D'Silva |
付费类型 | free |
扩展官网 | http://www.krittikadsilva.com/redirect/ |
帮助页面URL | http://www.krittikadsilva.com/redirect/ |
支持的语言 | 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" ] } |