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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } ] } |