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 |
官方網址 | 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" ] } |