Rob Wu

Results 663 comments of Rob Wu

A checkbox is reversible. If right-clicking on a file name hides the file, then it is not possible to see the file again if it was hidden by accident. What's...

I suppose that adding an option to tag a file based on file hash, and a way to filter by it would be useful. It can also be a general...

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...

> In addition, there is a glitch, no `index: tab.index + 1` in `contextMenusOnClicked`. This part is fixed in https://github.com/Rob--W/crxviewer/commit/1a007bd8f77a6d43e88c761ad61cf0fa587bd6b6 If you still want the originally requested feature, please answer...

1. XPI files are zip files, so the existing "Download" link suffices. It is a non-goal of my extension to convert Chrome extensions to Firefox add-ons (there is already another...

This would be a useful feature. As a reviewer on AMO, I already have access to a (simple) built-in diff tool. For anything more complicated I download the zip/xpi files...

Works for me in Chromium 68.0.3405.0 on Linux. I did the following: 1. Visit https://chrome.google.com/webstore 2. Click on an extension listing. 3. Look at the toolbar - the button becomes...

I followed your steps and the button is still visible: 1. Launch Chromium 68.0.3405.0 with a new profile. 2. Install the extension from https://chrome.google.com/webstore/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin 3. Visit `chrome://extensions/?id=jifpbeccnghkjeaalbbjmodiffmgedin` 4. Click on...

Can you still reproduce this problem? I want to release a new version within a few days, and if you still have this bug I'd like to reproduce it.

The response has HTTP status code 401 (Unauthorized). In Chrome, that web store page shows "Sign in to add". I think that in order to load that CRX file, one...