AutoRedirect
auto Redirect.
什麼是AutoRedirect?
AutoRedirect是由SuperExt開發的Chrome擴展程式,該擴展的主要功能是“auto Redirect.”。
擴展截圖
下載AutoRedirect擴展crx文件
下載AutoRedirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
在浏览器中打开的文件或者网址,自动重新定位到新的网址。
如果匹配到多个结果,会提示你选择你想要打开的网址。
---
使用场景,本地环境与dev环境自动切换。
---
2016年1月25日 Update:
URL中带参数的bug fix.
2014年8月30日 Update:
首次打开加载配置样本. 擴展基本資訊
| 名稱 | |
| ID | edgiaaakbcjloebnmehbnfiajbhcpbcf |
| 官方網址 | https://chromewebstore.google.com/detail/autoredirect/edgiaaakbcjloebnmehbnfiajbhcpbcf |
| 簡介 | auto Redirect. |
| 檔案大小 | 51.56 KB |
| 安裝次數 | 17 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2016-01-25 |
| 上架時間 | 2016-01-25 |
| 開發者 | SuperExt |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.4",
"manifest_version": 2,
"name": "AutoRedirect",
"description": "auto Redirect.",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_page": "options.html",
"background": {
"scripts": [
"script\/jquery.min.js",
"script\/background.js"
]
},
"browser_action": {
"default_title": "auto Redirect",
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_48.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon_19.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |