javascript:(function(){var extensionData={version:"",publisher:"",identifier:"",getDownloadUrl:function(){var p=this.identifier.split(".");return "https://"+p[0]+".gallery.vsassets.io/_apis/public/gallery/publisher/"+p[0]+"/extension/"+p[1]+"/"+this.version+"/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage"},getFileName:function(){return this.identifier+"_"+this.version+".vsix"},getDownloadButton:function(){var b=document.createElement("a");b.innerHTML="Download VSIX";b.style.fontFamily="wf_segoe-ui,Helvetica Neue,Helvetica,Arial,Verdana";b.style.display="inline-block";b.style.padding="10px 20px";b.style.background="darkgreen";b.style.color="white";b.style.fontWeight="bold";b.style.fontSize="16px";b.style.margin="2px 5px";b.style.textDecoration="none";b.setAttribute("data-download-url",this.getDownloadUrl());b.setAttribute("data-download-filename",this.getFileName());b.onclick=function(e){var d=e.target.getAttribute("data-download-url"),f=e.target.getAttribute("data-download-filename"),a=document.createElement("a");a.href=d;a.download=f;a.click()};return b}};var metadataMap={"Version":"version","Publisher":"publisher","Unique Identifier":"identifier"};var rows=document.querySelectorAll(".ux-table-metadata tr");for(var i=0;i