NuTake

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

What is NuTake?

NuTake is a Chrome extension developed by M Hickford, and its main feature is "Add 'download zip' links to package pages on the Nuget.org website.".

Extension Screenshots

screenshot

Download NuTake Extension CRX File

Download NuTake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
Official URL https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
Description Add 'download zip' links to package pages on the Nuget.org website.
File Size 34.17 KB
Installation Count 1,365
Current Version 0.4.0
Last Updated 2015-07-07
Publish Date 2015-07-07
Rating 4.83/5 Total 24 Ratings
Developer M Hickford
Email [email protected]
Payment Type free
Extension Website https://github.com/matt-hickford/nutake
Help Page URL https://github.com/matt-hickford/nutake/issues
Supported Languages 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"
        }
    ]
}