NuTake
Add 'download zip' links to package pages on the Nuget.org website.
什麼是NuTake?
NuTake是由M Hickford開發的Chrome擴展程式,該擴展的主要功能是“Add 'download zip' links to package pages on the Nuget.org website.”。
擴展截圖
下載NuTake擴展crx文件
下載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 |
官方網址 | 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" } ] } |