WeChat Redirect
Redirect to the correct page while access url inside WeChat Client.
WeChat Redirectとは何ですか?
WeChat RedirectはRによって開発されたChromeの拡張機能で、その主な機能は「Redirect to the correct page while access url inside WeChat Client.」です。
拡張機能のスクリーンショット
WeChat Redirect拡張機能のCRXファイルをダウンロード
WeChat Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirect to the correct page while access url inside WeChat Client.
拡張機能の基本情報
名前 | WeChat Redirect |
ID | kabdcfdmjfbmjgjjdhmebddglombfola |
公式URL | https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola |
説明 | Redirect to the correct page while access url inside WeChat Client. |
ファイルサイズ | 3.19 KB |
インストール数 | 196 |
現在のバージョン | 1.0 |
最終更新日 | 2015-12-30 |
公開日 | 2015-12-29 |
評価 | 3.73/5 合計 11 レビュー |
開発者 | R |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeChat Redirect", "description": "Redirect to the correct page while access url inside WeChat Client.", "version": "1.0", "permissions": [ "http:\/\/support.weixin.qq.com\/" ], "short_name": "WeChat Redirect", "content_scripts": [ { "matches": [ "http:\/\/support.weixin.qq.com\/*" ], "js": [ "redirect.js" ] } ] } |