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] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks relevant unanswered questions on the Stack Exchange network."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Question Monitor for Stack Exchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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] |
ईमेल | [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'" } |