|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + |
| 7 | + <!-- SEO Meta Tags --> |
| 8 | + <meta |
| 9 | + name="description" |
| 10 | + content="Download VSIX files directly from Visual Studio Code Marketplace. Fast, free, and easy-to-use tool for VS Code extension downloading without requiring the VS Code editor." |
| 11 | + /> |
| 12 | + <meta |
| 13 | + name="keywords" |
| 14 | + content="VSIX downloader, VS Code extensions, Visual Studio Code, download extensions, VSIX files, VS Code marketplace, offline installation" |
| 15 | + /> |
| 16 | + <meta name="author" content="CypherpunkSamurai" /> |
| 17 | + <meta name="robots" content="index, follow" /> |
| 18 | + |
| 19 | + <!-- Open Graph / Social Media Meta Tags --> |
| 20 | + <meta |
| 21 | + property="og:title" |
| 22 | + content="VSIX Downloader - Download Visual Studio Code Extensions Easily" |
| 23 | + /> |
| 24 | + <meta |
| 25 | + property="og:description" |
| 26 | + content="Free tool to download VSIX files directly from the VS Code Marketplace. Get your favorite VS Code extensions for offline installation." |
| 27 | + /> |
| 28 | + <meta property="og:type" content="website" /> |
| 29 | + <meta |
| 30 | + property="og:url" |
| 31 | + content="https://cypherpunksamurai.github.io/vsix-downloader-webui/" |
| 32 | + /> |
| 33 | + <meta |
| 34 | + property="og:image" |
| 35 | + content="https://cypherpunksamurai.github.io/vsix-downloader-webui/web-app-manifest-512x512.png" |
| 36 | + /> |
| 37 | + |
| 38 | + <!-- Twitter Card Meta Tags --> |
| 39 | + <meta name="twitter:card" content="summary_large_image" /> |
| 40 | + <meta |
| 41 | + name="twitter:title" |
| 42 | + content="VSIX Downloader - Download Visual Studio Code Extensions Easily" |
| 43 | + /> |
| 44 | + <meta |
| 45 | + name="twitter:description" |
| 46 | + content="Free tool to download VSIX files directly from the VS Code Marketplace. Get your favorite VS Code extensions for offline installation." |
| 47 | + /> |
| 48 | + <meta |
| 49 | + name="twitter:image" |
| 50 | + content="https://cypherpunksamurai.github.io/vsix-downloader-webui/web-app-manifest-512x512.png" |
| 51 | + /> |
| 52 | + |
| 53 | + <!-- Canonical URL --> |
| 54 | + <link |
| 55 | + rel="canonical" |
| 56 | + href="https://cypherpunksamurai.github.io/vsix-downloader-webui/" |
| 57 | + /> |
| 58 | + |
6 | 59 | <link rel="icon" type="image/png" href="favicon-96x96.png?" sizes="96x96" /> |
7 | 60 | <link rel="icon" type="image/svg+xml" href="favicon.svg?" /> |
8 | 61 | <link rel="shortcut icon" href="favicon.ico?" /> |
9 | 62 | <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?" /> |
10 | 63 | <link rel="manifest" href="site.webmanifest?" /> |
11 | | - <title>Visual Studio Code Extension Marketplace VSIX Downloader</title> |
| 64 | + <title> |
| 65 | + VSIX Downloader - Download Visual Studio Code Extensions | Free Online |
| 66 | + Tool |
| 67 | + </title> |
12 | 68 | <script src="https://cdn.tailwindcss.com"></script> |
13 | 69 | <script> |
14 | 70 | tailwind.config = { |
|
102 | 158 | } |
103 | 159 |
|
104 | 160 | 50% { |
105 | | - opacity: 1; |
| 161 | + opacity: 0.8; |
106 | 162 | } |
107 | 163 | } |
| 164 | + </style> |
108 | 165 |
|
109 | | - /* Scrollbar styling */ |
110 | | - ::-webkit-scrollbar { |
111 | | - width: 8px; |
112 | | - } |
113 | | - |
114 | | - ::-webkit-scrollbar-track { |
115 | | - background: rgba(0, 0, 0, 0.1); |
116 | | - } |
117 | | - |
118 | | - ::-webkit-scrollbar-thumb { |
119 | | - background: rgba(255, 255, 255, 0.2); |
120 | | - border-radius: 4px; |
121 | | - } |
122 | | - |
123 | | - ::-webkit-scrollbar-thumb:hover { |
124 | | - background: rgba(255, 255, 255, 0.3); |
125 | | - } |
126 | | - |
127 | | - @keyframes spin { |
128 | | - to { |
129 | | - transform: rotate(360deg); |
| 166 | + <!-- Schema.org structured data --> |
| 167 | + <script type="application/ld+json"> |
| 168 | + { |
| 169 | + "@context": "https://schema.org", |
| 170 | + "@type": "WebApplication", |
| 171 | + "name": "VSIX Downloader for VS Code Extensions", |
| 172 | + "headline": "Download VS Code Extensions as VSIX Files", |
| 173 | + "description": "Download any Visual Studio Code extension as VSIX file. Easily save extensions from the VS Code Marketplace for offline installation, air-gapped environments, or version control. Fast, free, and easy to use with no installation required.", |
| 174 | + "operatingSystem": "All", |
| 175 | + "applicationCategory": "DeveloperApplication", |
| 176 | + "keywords": "vsix downloader, vs code extension download, visual studio code marketplace, vsix file, vscode extensions offline", |
| 177 | + "offers": { |
| 178 | + "@type": "Offer", |
| 179 | + "price": "0", |
| 180 | + "priceCurrency": "USD" |
| 181 | + }, |
| 182 | + "url": "https://cypherpunksamurai.github.io/vsix-downloader-webui/", |
| 183 | + "author": { |
| 184 | + "@type": "Organization", |
| 185 | + "name": "CypherpunkSamurai" |
| 186 | + }, |
| 187 | + "potentialAction": { |
| 188 | + "@type": "SearchAction", |
| 189 | + "target": { |
| 190 | + "@type": "EntryPoint", |
| 191 | + "urlTemplate": "https://cypherpunksamurai.github.io/vsix-downloader-webui/?q={search_term_string}" |
| 192 | + }, |
| 193 | + "query-input": "required name=search_term_string" |
130 | 194 | } |
131 | 195 | } |
132 | | - |
133 | | - .spinner { |
134 | | - animation: spin 1s linear infinite; |
| 196 | + </script> |
| 197 | + <script type="application/ld+json"> |
| 198 | + { |
| 199 | + "@context": "https://schema.org", |
| 200 | + "@type": "WebApplication", |
| 201 | + "name": "VSIX Downloader for Visual Studio Code Extensions", |
| 202 | + "url": "https://cypherpunksamurai.github.io/vsix-downloader-webui/", |
| 203 | + "description": "A free online tool to download VSIX files directly from the Visual Studio Code Marketplace for offline installation.", |
| 204 | + "applicationCategory": "DeveloperApplication", |
| 205 | + "operatingSystem": "All", |
| 206 | + "offers": { |
| 207 | + "@type": "Offer", |
| 208 | + "price": "0", |
| 209 | + "priceCurrency": "USD" |
| 210 | + }, |
| 211 | + "author": { |
| 212 | + "@type": "Person", |
| 213 | + "name": "CypherpunkSamurai", |
| 214 | + "url": "https://github.com/CypherpunkSamurai" |
| 215 | + }, |
| 216 | + "softwareHelp": { |
| 217 | + "@type": "CreativeWork", |
| 218 | + "url": "https://github.com/CypherpunkSamurai/vsix-downloader-webui/blob/main/README.md" |
| 219 | + }, |
| 220 | + "keywords": "vsix downloader, vs code extension download, visual studio code marketplace, vsix file, vscode extensions, download vsix, offline vscode extensions, vscode extension download, vscode marketplace download, install vsix offline" |
135 | 221 | } |
136 | | - </style> |
| 222 | + </script> |
137 | 223 | </head> |
138 | 224 |
|
139 | 225 | <body class="h-screen flex items-center justify-center bg-black"> |
|
0 commit comments