DEV Community

Discussion on: Guide to Developing Chrome Context-Menu Applications

Collapse
 
nigelstratton profile image
Nigel Stratton

Hi,

This is a great article with lots of wonderful detail and ideas but the github repo is gone. How would I get a copy of the code?

Thanks

Collapse
 
sgharms profile image
Steven G. Harms

Thanks, Nigel. I inadvertently nuked this repo when I was cleaning up my repo footprint. Thankfully I had a backup copy on my laptop :). I hope it helps!

Collapse
 
nigelstratton profile image
Nigel Stratton

Awesome. Thanks so much. On the slim chance you know, I have an extension which is a custom dev tools panel - which appears after Elements, Console, Sources, and so on. In my panel, I can press Ctrl+F and start a search with Chrome's built-in Search bar, but I can't work out a way to tell Chrome how many search hits there were. Therefore the Next and Prev buttons don't activate. You don't happen to know how to do that do you?

Thread Thread
 
sgharms profile image
Steven G. Harms

Interesting setup! No, I can't say that I've done anything with that! But good luck!