NuTake
Add 'download zip' links to package pages on the Nuget.org website.
Was ist NuTake?
NuTake ist eine Chrome-Erweiterung, die von M Hickford entwickelt wurde, und ihr Hauptmerkmal ist "Add 'download zip' links to package pages on the Nuget.org website.".
Erweiterungsscreenshots
NuTake-Erweiterungs-CRX-Datei herunterladen
Laden Sie NuTake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NuTake |
ID | ibhhbcaipjilldjkhhblhgdedjgoecap |
Offizielle URL | https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap |
Beschreibung | Add 'download zip' links to package pages on the Nuget.org website. |
Dateigröße | 34.17 KB |
Installationsanzahl | 1,365 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2015-07-07 |
Veröffentlichungsdatum | 2015-07-07 |
Bewertung | 4.83/5 Insgesamt 24 Bewertungen |
Entwickler | M Hickford |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/matt-hickford/nutake |
Hilfeseite URL | https://github.com/matt-hickford/nutake/issues |
Unterstützte Sprachen | 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" } ] } |