Chrome Plugin using Go

I want to create a Chrome plugin. The idea is to open an HTML 5 form when clicked. On clicking Save, it should save the details to a remote database and also send mail.

I want to know whether Go is suitable for Chrome plugin. Any specific library to use?

Go seems to be the wrong language for this task:

Extension components are created with web development technologies: HTML, CSS, and JavaScript.

https://developer.chrome.com/extensions/getstarted

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.