Here is a tip how you can create a Chrome extension in 15 minutes using ChatGPT
This post will show you how to make a Google Chrome extension which converts Square feet to Square meters by just copy/pasting the code into Notepad and following the steps. !
Please see the Chrome extension in action on the screenshot below.
I attach here the very easy to follow steps. In my opinion anyone who is a bit IT savvy can do this. The only part where I stumbled a bit is the part where it asked for an icon file. However, I decided to just make a little image in Paint and saved it as a .png file for my icon.
To test it out, just ask ChatGPT this question:
"Can you give me a step by step guide how to make a Google Chrome extension. The purpose of the extension is to convert square feet into square meters"
Then ask after step 7 this question (it stopped generating at step 7)
"Can you continue to provide the instructions from step 7 how to create a google chrome extension that converts square feet to square meters"
Happy coding !
PS: It creates a manifest file for ver 2 which is unsupported by Google since 2023. Just change it to ver 3.