NuTake
Add 'download zip' links to package pages on the Nuget.org website.
Apa itu NuTake?
NuTake adalah ekstensi Chrome yang dikembangkan oleh M Hickford, dan fitur utamanya adalah "Add 'download zip' links to package pages on the Nuget.org website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NuTake
Unduh file ekstensi NuTake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NuTake |
ID | ibhhbcaipjilldjkhhblhgdedjgoecap |
URL Resmi | https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap |
Deskripsi | Add 'download zip' links to package pages on the Nuget.org website. |
Ukuran File | 34.17 KB |
Jumlah Instalasi | 1,365 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2015-07-07 |
Tanggal Publikasi | 2015-07-07 |
Penilaian | 4.83/5 Total 24 Penilaian |
Pengembang | M Hickford |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/matt-hickford/nutake |
URL Halaman Bantuan | https://github.com/matt-hickford/nutake/issues |
Bahasa yang Didukung | 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" } ] } |