1

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 ?

Marià
  • 255
  • 2
  • 12
  • Did you search this, should have been asked already on here. – epascarello Sep 27 '18 at 17:00
  • Download jquery.min.js and use it just as any other local script that you write yourself. – wOxxOm Sep 27 '18 at 17:02
  • 4
    Possible duplicate of [How to use jQuery in chrome extension?](https://stackoverflow.com/questions/21317476/how-to-use-jquery-in-chrome-extension) –  Sep 27 '18 at 17:02

0 Answers0