Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
Co to jest Question Monitor for Stack Exchange?
Question Monitor for Stack Exchange to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Tracks relevant unanswered questions on the Stack Exchange network.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Question Monitor for Stack Exchange
Pobierz pliki rozszerzeń Question Monitor for Stack Exchange w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
Oficjalny URL | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
Opis | Tracks relevant unanswered questions on the Stack Exchange network. |
Rozmiar pliku | 85.97 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 0.9.1 |
Ostatnia Aktualizacja | 2014-05-19 |
Data Publikacji | 2014-05-19 |
Ocena | 3.90/5 Łącznie 20 Oceny |
Deweloper | [email protected] |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |