Better Bitbucket
Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.
¿Qué es Better Bitbucket?
Better Bitbucket es una extensión de Chrome desarrollada por raymondhytang, y su función principal es "Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.".
Descargar Archivo CRX de la Extensión Better Bitbucket
Descarga archivos de extensión Better Bitbucket 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
Better Bitbucket is a Chrome extension that allows you to optimize your experience when looking at code on Bitbucket. Clicking on the header of a file's diff will toggle the display of that diff. You can also choose which file extensions you would like to hide. For example, it is very useful when looking at Unity projects to hide .meta files and potentially files with other extensions. This extension is not affiliated with Bitbucket. This is derived from a Wider Github Chrome extension by tmlee: https://github.com/tmlee/wider_github
Información Básica de la Extensión
Nombre | ![]() |
ID | ahikdgecpffiigilbemleekgeemaembf |
URL Oficial | https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf |
Descripción | Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff. |
Tamaño del Archivo | 16.68 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 0.1.6 |
Última Actualización | 2014-05-21 |
Fecha de Publicación | 2014-05-21 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | raymondhytang |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bitbucket.org/raymondhytang/widerbitbucket |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bitbucket", "version": "0.1.6", "description": "Choose which file extensions to hide when looking at the diff. Click on a file's header to show\/hide its diff.", "browser_action": { "default_icon": "bitbucket48.png", "default_title": "Better Bitbucket" }, "icons": { "16": "bitbucket16.png", "48": "bitbucket48.png", "128": "bitbucket128.png" }, "permissions": [ "tabs", "storage", "https:\/\/bitbucket.org\/*" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false } } |