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 :)
拡張機能の基本情報
名前 | URL Redirector |
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" } |