BitBucket Pull Request Toggle Buttons

Adds Toggle buttons for files in BitBucket Pull Requests

BitBucket Pull Request Toggle Buttons क्या है?

BitBucket Pull Request Toggle Buttons soapergem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Toggle buttons for files in BitBucket Pull Requests"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        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.                    

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

नाम BitBucket Pull Request Toggle Buttons BitBucket Pull Request Toggle Buttons
ID hfebajohpclnfhfnlhgndbmcdnlchjjd
आधिकारिक URL https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd
विवरण Adds Toggle buttons for files in BitBucket Pull Requests
फ़ाइल का आकार 84.88 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.5.1.3
अंतिम अपडेट 2016-03-10
प्रकाशन तिथि 2016-03-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर soapergem
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://gordon-myers.com/cepp.html
समर्थित भाषाएँ 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"
            ]
        }
    ]
}