NuTake
Add 'download zip' links to package pages on the Nuget.org website.
NuTakeคืออะไร?
NuTake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M Hickford และคุณลักษณะหลักของมันคือ "Add 'download zip' links to package pages on the Nuget.org website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NuTake
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |