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