Bitbucket Lines Changed
Lists total number of lines changed in Bitbucket PRs
¿Qué es Bitbucket Lines Changed?
Bitbucket Lines Changed es una extensión de Chrome desarrollada por Unknown, y su función principal es "Lists total number of lines changed in Bitbucket PRs".
Descargar Archivo CRX de la Extensión Bitbucket Lines Changed
Descarga archivos de extensión Bitbucket Lines Changed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Adds an overall number of lines added/removed in Bitbucket Pull Requests.
Información Básica de la Extensión
Nombre | Bitbucket Lines Changed |
ID | icfabjllcjkbbmflmkinhnpfadjdjdcj |
URL Oficial | https://chromewebstore.google.com/detail/bitbucket-lines-changed/icfabjllcjkbbmflmkinhnpfadjdjdcj |
Descripción | Lists total number of lines changed in Bitbucket PRs |
Tamaño del Archivo | 9.05 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 0.2 |
Última Actualización | 2018-02-15 |
Fecha de Publicación | 2018-02-15 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |