Redirector
Catch and redirect url's based on RegEx identifier
什麼是Redirector?
Redirector是由valurhrafn開發的Chrome擴展程式,該擴展的主要功能是“Catch and redirect url's based on RegEx identifier”。
擴展截圖
下載Redirector擴展crx文件
下載Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension redirects based on regular expression filter. So it can redirect some url's on a domain, while leaving others alone.
擴展基本資訊
名稱 | |
ID | leenkickbboebeampfcphpchhdfhoeio |
官方網址 | https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio |
簡介 | Catch and redirect url's based on RegEx identifier |
檔案大小 | 14.1 KB |
安裝次數 | 16 |
目前版本 | 0.1 |
更新時間 | 2014-07-01 |
上架時間 | 2014-07-01 |
評分 | 1.00/5 共 2 次評分 |
開發者 | valurhrafn |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "version": "0.1", "manifest_version": 2, "description": "Catch and redirect url's based on RegEx identifier", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*", "storage" ], "background": { "scripts": [ "myScript.js" ] }, "options_page": "options.html" } |