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
Eメール [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"
        }
    ]
}