Rob Wu

Results 663 comments of Rob Wu

This is not possible through an extension API. You can manually determine the installation path as follows: 1. Visit `chrome://version` and look for "Profile path" 2. Click on "Open" at...

(Per-extension) warnings about: - Detection of affiliate relinking - Use of Google analytics? - Website (navigation error) tracking (wips.com et al.)

> Would be great if this would scan (all or installing) extensions of ALL http:// and https:// links and produce a list... In a popup? In Opera and Developer versions...

Pull requests are welcome. Things that need to be extended: - Main UI: https://github.com/Rob--W/crxviewer/blob/master/src/crxviewer.less - Syntax highlighting: https://github.com/Rob--W/crxviewer/blob/master/src/lib/prettify/prettify.css - Search result highlighting: https://github.com/Rob--W/crxviewer/blob/master/src/search-tools.less Preferably as a new CSS file that...

I usually spend some time to find a good anchor (some pages have multiple, some anchors are not stable), and then copy the link. In that workflow, an option to...

You can already use a shortcut to toggle the anchors, defaulting to Alt-Shift-A. Would that help with your use case?

Just a quick note. I haven't had time to think about your comment, but I noticed the use of `navigator.clipboard` in your code @e-t-l . That API is only available...

Regardless of the chosen position in the document tree, there will always be pages whose layout may change, e.g. if they use significant styles for `:first-child`. I have considered the...

This is a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1387506 After clicking once on the extension button, you can use the shortcut for the tab. I can work around the bug if this...

@aspiers Visit `chrome://extensions/?id=poahndpaaanbpbeafbkploiobpiiieko` and enable the "Allow access to file URLs" option.