Using Plugins In Chrome Extension
I am making a Chrome extension and want to implement a plugin mark.js (https://markjs.io/) that would highlight text on the user page. However, I am having trouble importing the pl
Solution 1:
I injected it via the content scripts tag (I previously had them in the wrong order).
Post a Comment for "Using Plugins In Chrome Extension"