mirror of
https://github.com/EverythingPublic/firefox-ext-dl.git
synced 2026-01-13 16:18:04 +00:00
feat: update index.html
This commit is contained in:
@@ -93,10 +93,10 @@
|
||||
<body>
|
||||
<main>
|
||||
<h1>Extension Downloader</h1>
|
||||
<p>Provide a Firefox Add-on Store URL to download its <code>.xpi</code> source file.</p>
|
||||
<p>Provide a Firefox Add-on Store URL to download its source file as a <code>.zip</code> archive.</p>
|
||||
<form id="dl-form">
|
||||
<input type="url" id="addon-url" placeholder="https://addons.mozilla.org/..." required autocomplete="off">
|
||||
<button type="submit">Download Source</button>
|
||||
<button type="submit">Download as .zip</button>
|
||||
</form>
|
||||
<p id="status"></p>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user