Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
Question Monitor for Stack Exchangeとは何ですか?
Question Monitor for Stack Exchangeは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Tracks relevant unanswered questions on the Stack Exchange network.」です。
拡張機能のスクリーンショット
Question Monitor for Stack Exchange拡張機能のCRXファイルをダウンロード
Question Monitor for Stack Exchange拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Pick the Stack Exchange networks and tags you want to monitor. 2. Get notifications whenever there's a new question on those tags. 3. Click and browse the pending questions from by opening the browser action. Change Log 0.9.1: Moved to StackOverflow API 2.2
拡張機能の基本情報
名前 | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
公式URL | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
説明 | Tracks relevant unanswered questions on the Stack Exchange network. |
ファイルサイズ | 85.97 KB |
インストール数 | 193 |
現在のバージョン | 0.9.1 |
最終更新日 | 2014-05-19 |
公開日 | 2014-05-19 |
評価 | 3.90/5 合計 20 レビュー |
開発者 | [email protected] |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Question Monitor for Stack Exchange", "version": "0.9.1", "manifest_version": 2, "description": "Tracks relevant unanswered questions on the Stack Exchange network.", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_title": "Show unanswered questions.", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.stackexchange.com\/" ], "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'" } |