I was wondering if there was a way to create a browser extension (chrome, safari, firefox, either one or all) easily without knowing how to code. To be a little more specific, I’m looking to create an extension the user clicks and it sends the address of the website he’s on to his account on my webapp. Anyone knows how I can do this with limited need for coding?
Browser extensions are all about coding and packaging and testing. But the developer guides are excellent, you could follow along one of the tutorials and then you’ll have a good idea of where you need to customise it.