I am looking for a way to search text in a Chrome Devtools Panel Extension for an extension I wrote. The panel is a standard web application (js, css, html).
Currently when I hit cmd + f
a search bar pops at the bottom of the extension panel.
In the example below I expect that the word Hello
will be highlighted, but this kind of behaviour is probably not supported OOB by Chrome Devtools panels.
Is there any way to implement this kind of behaviour in my extension code (by binding to special events, or configuration)?
from Free search text in devtool extension panel
No comments:
Post a Comment