Hi guys i have js file in my chrome extension. is there a way to include jquery and use into it ?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
something like this but in my js file ?
Hi guys i have js file in my chrome extension. is there a way to include jquery and use into it ?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
something like this but in my js file ?