URL Redirector
Redirect url by pattern to any place you want.
什么是URL Redirector?
URL Redirector是由Bluz开发的Chrome扩展程序,该扩展的主要功能是“Redirect url by pattern to any place you want.”。
扩展截图
下载URL Redirector扩展crx文件
下载URL Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension help you to:
- Redirect from an URL to another URL.
- Redirect from an URL to a file on your local machine.
- Set password to protect your setting from other change.
- Play some trick ( just do it :) 扩展基本信息
| 名称 | |
| ID | kpdinddojclpdndplpblgckkfepjplie |
| 官方URL | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
| 简介 | Redirect url by pattern to any place you want. |
| 文件大小 | 245 KB |
| 安装次数 | 3,463 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-01-23 |
| 上架时间 | 2014-01-23 |
| 评分 | 4.35/5 共37次评分 |
| 开发者 | Bluz |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL Redirector",
"description": "Redirect url by pattern to any place you want.",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/*\/*",
"storage",
"webRequestBlocking"
],
"browser_action": {
"default_icon": "mart.png",
"default_title": "URL Redirector",
"default_popup": "index.html"
},
"options_page": "option.html"
} | |