Feedback Hub Redirector
Lines of code that redirects Feedback Hub announcements to the unofficial web app
Feedback Hub Redirectorとは何ですか?
Feedback Hub RedirectorはMehediによって開発されたChromeの拡張機能で、その主な機能は「Lines of code that redirects Feedback Hub announcements to the unofficial web app」です。
拡張機能のスクリーンショット
Feedback Hub Redirector拡張機能のCRXファイルをダウンロード
Feedback Hub Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lines of code that redirects Feedback Hub announcements to the unofficial web app fbl.fun. Automatically redirects the official Feedback Hub links to fbl.fun so that you don't need to manually open 'em up.
拡張機能の基本情報
名前 | Feedback Hub Redirector |
ID | dhilpifnjihljhiicnoiogekeiogghpl |
公式URL | https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl |
説明 | Lines of code that redirects Feedback Hub announcements to the unofficial web app |
ファイルサイズ | 13.91 KB |
インストール数 | 19 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-08-23 |
公開日 | 2017-08-23 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Mehedi |
支払い方法 | free |
拡張機能のウェブサイト | http://fbl.fun |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedback Hub Redirector", "version": "1.0.1", "author": "Mehedi Hassan", "manifest_version": 2, "description": "Lines of code that redirects Feedback Hub announcements to the unofficial web app", "homepage_url": "https:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/insider.windows.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/insider.windows.com\/*" ], "run_at": "document_start", "js": [ "inject.js" ] } ] } |