Bitbucket Lines Changed
Lists total number of lines changed in Bitbucket PRs
O que é Bitbucket Lines Changed?
Bitbucket Lines Changed é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Lists total number of lines changed in Bitbucket PRs".
Baixar o arquivo CRX da Extensão Bitbucket Lines Changed
Baixe arquivos de extensão Bitbucket Lines Changed 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
Adds an overall number of lines added/removed in Bitbucket Pull Requests.
Informações Básicas da Extensão
Nome | Bitbucket Lines Changed |
ID | icfabjllcjkbbmflmkinhnpfadjdjdcj |
URL Oficial | https://chromewebstore.google.com/detail/bitbucket-lines-changed/icfabjllcjkbbmflmkinhnpfadjdjdcj |
Descrição | Lists total number of lines changed in Bitbucket PRs |
Tamanho do Arquivo | 9.05 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.2 |
Última Atualização | 2018-02-15 |
Data de Publicação | 2018-02-15 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitbucket Lines Changed", "short_name": "BLC", "version": "0.2", "manifest_version": 2, "description": "Lists total number of lines changed in Bitbucket PRs", "homepage_url": "http:\/\/www.mpelletier.net", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/*\/pull-requests\/*" ], "css": [ "style.css" ], "js": [ "init.js" ], "run_at": "document_end" } ] } |