NuTake

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

Wat is NuTake?

NuTake is een Chrome-extensie ontwikkeld door M Hickford, en de belangrijkste functie is "Add 'download zip' links to package pages on the Nuget.org website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NuTake

Download NuTake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
Officiële URL https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
Beschrijving Add 'download zip' links to package pages on the Nuget.org website.
Bestandsgrootte 34.17 KB
Aantal Installaties 1,365
Huidige Versie 0.4.0
Laatst Bijgewerkt 2015-07-07
Publicatiedatum 2015-07-07
Beoordeling 4.83/5 Totaal 24 Beoordelingen
Ontwikkelaar M Hickford
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/matt-hickford/nutake
Help Pagina-URL https://github.com/matt-hickford/nutake/issues
Ondersteunde Talen 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"
        }
    ]
}