Rob Wu
Rob Wu
I suppose that you're not just asking for a visual, but also interaction (e.g. collapsing directories)? The file list is intentionally minimal, and if it doesn't fit the left side...
Are you signed in to Chrome? (Probably the same issue as #55. I can only investigate/fix this issue with some more details)
The network tab of the devtools would help a lot. In Chrome, you can right-click on any network request item and choose the "Save all as HAR with content" option...
Hi @smlksmth, do you have any information to share?
Thanks for testing. WebExtensions on mobile is still in early development at Firefox, so this is not a complete surprise. The online version at https://robwu.nl/crxviewer/ seems to work, meanwhile (the...
Well, not really "fixed". Although usable, the UI is not really optimized for mobile (small) (touch) screens .
Adding meta viewport does not magically solve the problem that the current UI is not designed to fit on small screens. I sometimes use crxviewer on mobile if I want...
Could you take a look at the network tab, and post more details about the request and response? Status code, request headers/response headers (if cookies were present, keep them but...
FYI, although it's extension is an xpi, the content is not like usual extension packages. Their format is described by "Jar archives optimized for Gecko" at https://searchfox.org/mozilla-central/rev/7a5022a31fff48c9ffe6524a5a0dfec9b2f4e465/python/mozbuild/mozpack/mozjar.py#525-550 Fixed in 1.6.11.
Compared to `zip` (from info-zip.org, version 3.0), `7z` provides a better compression, stores files in a predictable order, and yields reproducible builds. Because of the last two features, I'll keep...