NuTake

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

什么是NuTake?

NuTake是由M Hickford开发的Chrome扩展程序,该扩展的主要功能是“Add 'download zip' links to package pages on the Nuget.org website.”。

扩展截图

screenshot

下载NuTake扩展crx文件

下载NuTake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
官方URL https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
简介 Add 'download zip' links to package pages on the Nuget.org website.
文件大小 34.17 KB
安装次数 1,365
当前版本 0.4.0
更新时间 2015-07-07
上架时间 2015-07-07
评分 4.83/5 共24次评分
开发者 M Hickford
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/matt-hickford/nutake
帮助页面URL https://github.com/matt-hickford/nutake/issues
支持的语言 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"
        }
    ]
}