BitBucket Pull Request Toggle Buttons

Adds Toggle buttons for files in BitBucket Pull Requests

Co to jest BitBucket Pull Request Toggle Buttons?

BitBucket Pull Request Toggle Buttons to rozszerzenie Chrome opracowane przez soapergem, a jego główną funkcją jest „Adds Toggle buttons for files in BitBucket Pull Requests”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BitBucket Pull Request Toggle Buttons

Pobierz pliki rozszerzeń BitBucket Pull Request Toggle Buttons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BitBucket Pull Request Toggle Buttons BitBucket Pull Request Toggle Buttons
ID hfebajohpclnfhfnlhgndbmcdnlchjjd
Oficjalny URL https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd
Opis Adds Toggle buttons for files in BitBucket Pull Requests
Rozmiar pliku 84.88 KB
Liczba instalacji 22
Aktualna Wersja 0.5.1.3
Ostatnia Aktualizacja 2016-03-10
Data Publikacji 2016-03-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper soapergem
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://gordon-myers.com/cepp.html
Obsługiwane Języki 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"
            ]
        }
    ]
}