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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Bitbucket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } } |