NuTake
Add 'download zip' links to package pages on the Nuget.org website.
NuTake क्या है?
NuTake M Hickford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add 'download zip' links to package pages on the Nuget.org website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NuTake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } ] } |