Bugzilla Board
Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
O que é Bugzilla Board?
Bugzilla Board é uma extensão do Chrome desenvolvida por github.com/bendl, e sua principal característica é "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bugzilla Board
Baixe arquivos de extensão Bugzilla Board 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
Kanban-style board for Bugzilla. Contribute at: https://github.com/bendl/bugzilla-board Icons by: https://www.behance.net/teams/JustUI
Informações Básicas da Extensão
Nome | |
ID | jpiplomcgdmmogaegkdidngmkpgjomco |
URL Oficial | https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco |
Descrição | Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board |
Tamanho do Arquivo | 1.63 MB |
Contagem de Instalações | 65 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-04-23 |
Data de Publicação | 2017-04-23 |
Desenvolvedor | github.com/bendl |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bendl/bugzilla-board |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bugzilla Board", "version": "1.0.0", "manifest_version": 2, "description": "Kanban-style board for Bugzilla. https:\/\/github.com\/bendl\/bugzilla-board", "icons": { "16": "images\/_icon16.png", "48": "images\/_icon48.png", "128": "images\/_icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*\/*buglist*" ], "css": [ "bower_components\/angular\/angular-csp.css", "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css", "style\/main.css" ], "js": [ "bower_components\/angular\/angular.min.js", "bower_components\/jquery\/dist\/jquery.min.js", "scripts.babel\/contentscript.js" ], "html": [ "templates\/board.html" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "templates\/board.html", "bower_components\/angular\/*" ] } |