Enhance Bitbucket

A Chrome extension to make Bitbucket/Stash better.

Enhance Bitbucket क्या है?

Enhance Bitbucket 5nd5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to make Bitbucket/Stash better."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enhance Bitbucket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Use this extension to make your life simpler while using Bitbucket/Stash

Feature 1: Simplify diffs on pull requests.
------------
1) Open up a pull request.
2) Select the commits tab.
3) Hold the 'alt/option' key on your keyboard
4) A 'DIFF' button should appear on each commits.*
5) Click on the 'DIFF' button for the commit you want to check.
6) An overlay box with the diffs to that commit will show up.
7) Once done with that diff, just click anywhere outside to close it or press the 'esc' key

Feature 2: Mark pull requests as In Review
------------
1) Open up a pull request.
2) Make sure you are on the overview tab.
3) Hold the 'alt/option' key on your keyboard.
4) A 'In Review' button should appear next to the details title.
5) Click on the 'In Review' button to mark the pull request as 'IN REVIEW' which create a comment.

Feature 3: Mark pull requests with merge conflict 
---------------
1) Open the pull request list page.
2) There will be an additional column called Merge Conflicts
3) Pull requests with merge conflicts will show a caution mark in the new column.

Feature 4: Integration with Pivotal Tracker
---------------
1) Open the pull request list page.
2) There will be two additional columns called "PivotalTracker Label" and "Pivotal Tracker State"
3) Pull requests with a title that starts with PivotalTracker's story number will have the label and state columns populated.
4) It also add a link to the Pivotal Tracker story page in the state column.
5) Note: This require that the use has already logged in to PivotalTracker.  


Thank you and enjoy.

Project Link
https://github.com/sundus-y/enhance-bitbucket                    

एक्सटेंशन की मूल जानकारी

नाम Enhance Bitbucket Enhance Bitbucket
ID gdlgapfeojaalkehffdggdaphpfoigea
आधिकारिक URL https://chromewebstore.google.com/detail/enhance-bitbucket/gdlgapfeojaalkehffdggdaphpfoigea
विवरण A Chrome extension to make Bitbucket/Stash better.
फ़ाइल का आकार 103 KB
स्थापना संख्या 24
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2018-05-21
प्रकाशन तिथि 2018-05-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 5nd5
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sundus-y/stash_pr_commit_diff/
गोपनीयता नीति पृष्ठ URL https://grabify.link/EWUFZO
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhance Bitbucket",
    "short_name": "Enhance Bitucket",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "A Chrome extension to make Bitbucket\/Stash better.",
    "page_action": {
        "default_icon": "img\/diff-icon.png",
        "default_title": "Bitbucket\/Stash Enhancements"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-2.1.1.min.js",
                "js\/app\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}