BitBucket Pull Request Toggle Buttons

Adds Toggle buttons for files in BitBucket Pull Requests

What is BitBucket Pull Request Toggle Buttons?

BitBucket Pull Request Toggle Buttons is a Chrome extension developed by soapergem, and its main feature is "Adds Toggle buttons for files in BitBucket Pull Requests".

Extension Screenshots

screenshot

Download BitBucket Pull Request Toggle Buttons Extension CRX File

Download BitBucket Pull Request Toggle Buttons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds Toggle buttons for files in BitBucket Pull Requests, allowing you to quickly collapse and re-expand sections of the pull request for readability. Now also adds a button to switch to Ignore Whitespace mode.                    

Extension Basic Information

Name BitBucket Pull Request Toggle Buttons BitBucket Pull Request Toggle Buttons
ID hfebajohpclnfhfnlhgndbmcdnlchjjd
Official URL https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd
Description Adds Toggle buttons for files in BitBucket Pull Requests
File Size 84.88 KB
Installation Count 22
Current Version 0.5.1.3
Last Updated 2016-03-10
Publish Date 2016-03-10
Rating 5.00/5 Total 1 Ratings
Developer soapergem
Email [email protected]
Payment Type free
Privacy Policy Page URL http://gordon-myers.com/cepp.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitBucket Pull Request Toggle Buttons",
    "short_name": "Toggle Buttons",
    "version": "0.5.1.3",
    "description": "Adds Toggle buttons for files in BitBucket Pull Requests",
    "homepage_url": "http:\/\/gordon-myers.com\/bbprtb",
    "manifest_version": 2,
    "icons": {
        "16": "bbprtb-logo-16.png",
        "32": "bbprtb-logo-32.png",
        "48": "bbprtb-logo-48.png",
        "128": "bbprtb-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bitbucket.org\/*\/pull-request*"
            ],
            "all_frames": true,
            "js": [
                "bbprtb.user.js"
            ]
        }
    ]
}