-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Default file extension option #71
Comments
Also I have a question, click the "View source" button of popup adds the |
In addition, there is a glitch, no |
xpi files are zips, CRX files are not really zips (but I convert them to a zip file by stripping the CRX-specific header). I use a "zip" extension because it is the most accurate file extension for the download, with the best usability when one is interested in viewing the source of the extension (opposed to installing it). Why do you want to have the ability to accept different extensions? What is the use case? The filename ( Line 1841 in 96b9e8e
Lines 158 to 172 in 96b9e8e
That's easy to fix. Do you want to submit a pull request? |
This part is fixed in 1a007bd If you still want the originally requested feature, please answer the question about the use case from my previous comment. |
I prefer to keep the original extension of the file.
Expected option: zip or leave blank by default, leave blank = original extension. Allow users to set to like crx, xpi, etc. (unlimited)
The text was updated successfully, but these errors were encountered: