Better Bitbucket
Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.
什麼是Better Bitbucket?
Better Bitbucket是由raymondhytang開發的Chrome擴展程式,該擴展的主要功能是“Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.”。
下載Better Bitbucket擴展crx文件
下載Better Bitbucket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | ![]() |
ID | ahikdgecpffiigilbemleekgeemaembf |
官方網址 | https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf |
簡介 | Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff. |
檔案大小 | 16.68 KB |
安裝次數 | 39 |
目前版本 | 0.1.6 |
更新時間 | 2014-05-21 |
上架時間 | 2014-05-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | raymondhytang |
付費類型 | free |
擴展官網 | https://bitbucket.org/raymondhytang/widerbitbucket |
支援的語言 | 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 } } |