From bash, I would like a command (or function) that I can use to get a list (one per line) of URLs that are currently opened in a Chromium window.
I have seen a similar question here, but I think it requires creating an extension? If creating extension is only way, can you please give explicit instructions (ideally a bash script that creates the required extension)?