Is there a way to access the browsers bookmarks using JavaScript?

Is there a way to acccess the user’s browser bookmarks? Like I know that for my JS app to access the camera the user has to allow camera usage. Likewise for microphone. Is there a way to request access to user’s bookmarks and edit them?

I don’t want to just read them. I want to be able to read/write them. (I’m trying to create a bookmark admin website). I doesn’t matter if it’s only available in Google Chrome. But it would be nice to have it cross-browser.