github+travis
Display build status next to the project name on github.
O que é github+travis?
github+travis é uma extensão do Chrome desenvolvida por Tomas Carnecky, e sua principal característica é "Display build status next to the project name on github.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão github+travis
Baixe arquivos de extensão github+travis 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
Displays the travis-ci build status icon next to the project name on github. When you click the icon it will take you right to the project page on travis-ci.org. Yes, that's all it does. Informações Básicas da Extensão
| Nome | |
| ID | klbmicjanlggbmanmpneloekhajhhbfb |
| URL Oficial | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
| Descrição | Display build status next to the project name on github. |
| Tamanho do Arquivo | 11.49 KB |
| Contagem de Instalações | 124 |
| Versão Atual | 11 |
| Última Atualização | 2015-05-09 |
| Data de Publicação | 2015-05-09 |
| Classificação | 3.47/5 Total de 15 Avaliações |
| Desenvolvedor | Tomas Carnecky |
| Tipo de Pagamento | free |
| Site da Extensão | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "11",
"name": "github+travis",
"description": "Display build status next to the project name on github.",
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"https:\/\/github.com\/*"
],
"run_at": "document_idle"
}
]
} | |