NuTake

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

NuTake là gì?

NuTake là một tiện ích mở rộng Chrome được phát triển bởi M Hickford, và tính năng chính của nó là "Add 'download zip' links to package pages on the Nuget.org website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NuTake

Tải xuống các tệp mở rộng NuTake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NuTake NuTake
ID ibhhbcaipjilldjkhhblhgdedjgoecap
URL Chính Thức https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap
Mô tả Add 'download zip' links to package pages on the Nuget.org website.
Kích Thước Tệp 34.17 KB
Số Lần Cài Đặt 1,365
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2015-07-07
Ngày Phát Hành 2015-07-07
Đánh Giá 4.83/5 Tổng số 24 Đánh Giá
Nhà Phát Triển M Hickford
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matt-hickford/nutake
URL Trang Trợ Giúp https://github.com/matt-hickford/nutake/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}