Question Monitor for Stack Exchange
Tracks relevant unanswered questions on the Stack Exchange network.
O que é Question Monitor for Stack Exchange?
Question Monitor for Stack Exchange é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Tracks relevant unanswered questions on the Stack Exchange network.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Question Monitor for Stack Exchange
Baixe arquivos de extensão Question Monitor for Stack Exchange no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Question Monitor for Stack Exchange |
ID | bnnkhapbhkejookmhgpgaikfdoegkmdp |
URL Oficial | https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp |
Descrição | Tracks relevant unanswered questions on the Stack Exchange network. |
Tamanho do Arquivo | 85.97 KB |
Contagem de Instalações | 193 |
Versão Atual | 0.9.1 |
Última Atualização | 2014-05-19 |
Data de Publicação | 2014-05-19 |
Classificação | 3.90/5 Total de 20 Avaliações |
Desenvolvedor | [email protected] |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |