Answer the question
In order to leave comments, you need to log in
How to add a button to call a script in a Chrome extension?
I packed the extension according to the instructions based on the archive (template), found a working example of adding a button to open a link to the extension's pop-up menu:
<a href="Ссылка на сайт" target="_blank">
<button>
<center>
Название сайта
</center>
</button>
$('.class').each(function (counter, thing) {
...
temp.click();
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question