NuTake
Add 'download zip' links to package pages on the Nuget.org website.
Cos'è NuTake?
NuTake è un'estensione di Chrome sviluppata da M Hickford, e la sua funzione principale è "Add 'download zip' links to package pages on the Nuget.org website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NuTake
Scarica i file di estensione NuTake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NuTake |
ID | ibhhbcaipjilldjkhhblhgdedjgoecap |
URL Ufficiale | https://chromewebstore.google.com/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap |
Descrizione | Add 'download zip' links to package pages on the Nuget.org website. |
Dimensione del File | 34.17 KB |
Conteggio Installazioni | 1,365 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2015-07-07 |
Data di Pubblicazione | 2015-07-07 |
Valutazione | 4.83/5 Totale 24 Valutazioni |
Sviluppatore | M Hickford |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/matt-hickford/nutake |
URL della Pagina di Aiuto | https://github.com/matt-hickford/nutake/issues |
Lingue Supportate | 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" } ] } |