Skip to content

Add ZIP 解压增强版 extension #2194

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

THE-END-MC
Copy link

(Chinese)这个扩展可以通过zip文件的URL/Data:URL来获取ZIP里面的内容,并且把内容提取为文本或者Data:URL
这个版本是另一个自制未发布扩展的增强版,添加了获取ZIP里面的内容的Data:URL和获取ZIP内的文件列表
写了有一段时间了(虽然这个人连封面都懒得画)

@github-actions github-actions bot added the pr: new extension Pull requests that add a new extension label Jul 23, 2025
@Brackets-Coder
Copy link
Contributor

There's already a ZIP extension for turbowarp on the gallery, I doubt this will be merged.

@CST1229
Copy link
Collaborator

CST1229 commented Jul 28, 2025

even though this pull request probably won't get merged (because there's already an existing Zip extension that has more functionality) i'll try to review this anyways for any future pull requests you might make:

@CST1229
Copy link
Collaborator

CST1229 commented Jul 28, 2025

some final notes: you should make a branch for each separate pull request you're gonna make, instead of using the master branch. if you don't already know how to use git or github, you could try learning it somehow (here's a github documentation page that contains the basic flow).
i'm actually not sure what to do if you've already commited to master, maybe delete the repo (after making a backup) and start over or something. or perform some git trickery to reset the commit history to a clean state.

overall: please test your contributions as a whole! as in, clone/download your fork and run it locally. make sure your local copy of the website works, that your extension is in there and the extension itself works.

(also reminder if you didn't see the comment above:)

this pull request probably won't get merged (because there's already an existing Zip extension that has more functionality)

and of course, read CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new extension Pull requests that add a new extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants