Org roam chrome extension

I’m a long time user of the org capture extension and started using org roam a few days ago. I’m thinking of forking org capture and create a org roam extension.

Before I put in the work I would like to ask if people are interested in such an extension and what special roam specific features it should have.

Also if someone could point me to an existing extension, that would be even better.

I don’t think you need a special Org Roam extension. Org Roam uses the standard org-protocol. This is a setup for a Firefox bookmark as documented in the manual:

javascript:location.href =
'org-protocol://roam-ref?template=r&ref='
+ encodeURIComponent(location.href)
+ '&title='
+ encodeURIComponent(document.title)

So at most the bookmark code may need to be adjusted to the peculiarities of the Chrome extension, if any.