BitBucket Pull Request Toggle Buttons

Adds Toggle buttons for files in BitBucket Pull Requests

Co je BitBucket Pull Request Toggle Buttons?

BitBucket Pull Request Toggle Buttons je rozšíření Chrome vyvinuté soapergem, a jeho hlavní funkcí je „Adds Toggle buttons for files in BitBucket Pull Requests“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BitBucket Pull Request Toggle Buttons

Stáhněte si soubory rozšíření BitBucket Pull Request Toggle Buttons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BitBucket Pull Request Toggle Buttons BitBucket Pull Request Toggle Buttons
ID hfebajohpclnfhfnlhgndbmcdnlchjjd
Oficiální URL https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd
Popis Adds Toggle buttons for files in BitBucket Pull Requests
Velikost souboru 84.88 KB
Počet instalací 22
Aktuální Verze 0.5.1.3
Poslední Aktualizace 2016-03-10
Datum Vydání 2016-03-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář soapergem
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://gordon-myers.com/cepp.html
Podporované Jazyky 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"
            ]
        }
    ]
}