Inspiration
Major League Hacking is my inspiration.
What it does
It adds an extension to the chrome.
How we built it
I built by creating a manifest.json and html file and then putting it in the same folder. Afterwards, we need to go to chrome://extensions. Enable developer mode and load unpacked!.
Manifest.json code:
{ "name": "I love MLH", "description": "Build an Extension!", "version": "1.0", "manifest_version": 3 }
HTML Code -
<!doctype html> Test
Hello World!
Challenges we ran into
A new subject looks intimidating at first.
Accomplishments that we're proud of
Tackling this challenge.
What we learned
I learned adding extensions to my browser.
What's next for Create a Browser Extension
I will create more impactful extension.
Log in or sign up for Devpost to join the conversation.