NuTake

Add 'download zip' links to package pages on the Nuget.org website.

Co to jest NuTake?

NuTake to rozszerzenie Chrome opracowane przez M Hickford, a jego główną funkcją jest „Add 'download zip' links to package pages on the Nuget.org website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NuTake

Pobierz pliki rozszerzeń NuTake 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

                        Add 'download zip' links to package pages on the Nuget.org website. This is the same as the .nupkg file saved by Visual Studio.

Once installed browse to any Nuget package page and follow the 'download zip' link.

https://nuget.org/packages/newtonsoft.json/

For example, that page above.                    

Podstawowe informacje o rozszerzeniu

Nazwa NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
Oficjalny URL https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
Opis Add 'download zip' links to package pages on the Nuget.org website.
Rozmiar pliku 34.17 KB
Liczba instalacji 1,365
Aktualna Wersja 0.4.0
Ostatnia Aktualizacja 2015-07-07
Data Publikacji 2015-07-07
Ocena 4.83/5 Łącznie 24 Oceny
Deweloper M Hickford
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/matt-hickford/nutake
Adres URL Strony Pomocy https://github.com/matt-hickford/nutake/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NuTake",
    "description": "Add 'download zip' links to package pages on the Nuget.org website.",
    "version": "0.4.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nuget.org\/packages\/*"
            ],
            "js": [
                "contrib\/jquery-2.0.2.min.js",
                "lib\/nutake.js"
            ],
            "run_at": "document_end"
        }
    ]
}