How do I turn a website into a chrome extension?
How do I turn a website into a chrome extension? I would like to make one of my games into an extension.
Voters
InvisibleOne
I suggest you read this: https://thoughtbot.com/blog/how-to-make-a-chrome-extension
Or chromes Extension docs here: https://developer.chrome.com/docs/extensions/mv3/overview/
UnluckyFroggy
What do you mean by that? Like a chrome app? or a redirect extension that takes people to your website?
ch1ck3n
@UnluckyFroggy unbanned eh
https://developer.chrome.com/docs/extensions/mv2/getstarted/
once you get everything started (manifest.json and background.js)
put this in your background.js
background.js
manifest.json:
and go to chrome->extensions and turn developer mode on.
click load unpacked, and click on the folder where your manifest.json and background.js are.
hope this helped
@ch1ck3n This one is best because i taught you how to do it
thanks so much! @ch1ck3n
@Ravens0606 pumps fist
i finally got a marked answer
Not working.
JS:
Manifest:
Error:
Nevermind.