Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
ما هو Question Monitor for Stack Exchange؟
Question Monitor for Stack Exchange هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Tracks relevant unanswered questions on the Stack Exchange network.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Question Monitor for Stack Exchange
قم بتنزيل ملفات الامتداد Question Monitor for Stack Exchange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |