NuTake

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

Vad är NuTake?

NuTake är en Chrome-tillägg utvecklad av M Hickford, och dess huvudfunktion är "Add 'download zip' links to package pages on the Nuget.org website.".

Tilläggsskärmbilder

screenshot

Ladda ner NuTake-förlängningens CRX-fil

Ladda ner NuTake-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
Officiell webbadress https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
Beskrivning Add 'download zip' links to package pages on the Nuget.org website.
Filstorlek 34.17 KB
Antal Installationer 1,365
Aktuell Version 0.4.0
Senast Uppdaterad 2015-07-07
Publiceringsdatum 2015-07-07
Betyg 4.83/5 Totalt 24 Betyg
Utvecklare M Hickford
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/matt-hickford/nutake
Hjälpsida URL https://github.com/matt-hickford/nutake/issues
Stödda Språk 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"
        }
    ]
}