Trac Notifier
Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).
O que é Trac Notifier?
Trac Notifier é uma extensão do Chrome desenvolvida por Peter Prikryl, e sua principal característica é "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trac Notifier
Baixe arquivos de extensão Trac Notifier 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
# Trac Notifier Checks the news in the Trac RSS and notifies you about them. Just visit the Trac page and click the page action in the URL bar. Tick the displayed feeds you want to watch. ## Features - You can set the interval at which the news should be checked. - You can follow multiple RSS feeds in multiple Trac projects. - Credentials to use for Basic Authentication can be set in the options. - Supports Forms Authentication ## Permissions Your data on all websites : Used to check whether the current page belongs to Trac. Notifications : Used to display Trac notifications.
Informações Básicas da Extensão
Nome | |
ID | ekgfjockodkkmnidgefajfjhbhflpghk |
URL Oficial | https://chromewebstore.google.com/detail/trac-notifier/ekgfjockodkkmnidgefajfjhbhflpghk |
Descrição | Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms). |
Tamanho do Arquivo | 41.74 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.4 |
Última Atualização | 2013-12-03 |
Data de Publicação | 2013-12-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Peter Prikryl |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://pc.poradna.net/info/gdpr |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trac Notifier", "version": "1.4", "manifest_version": 2, "description": "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "Trac Notifier", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ " |