chrome-cli - a fantastic tool using applescript to provide basic control over chrome. For reasons, Google did not work with the OS makers to provide a secure os-browser bridge, so allowing os to control browser breaks Chrome's security model - as much as I like this tool all such are insecure. Due to lack of practical ways to secure them.
Sample of the chrome-cli help output
chrome-cli list tablinks (List tabs' with the link)
chrome-cli close -t <id> (Close specific tab)
chrome-cli open <url> -w <id> (Open url in new tab in specific window)
chrome-cli activate -t <id> --focus (Activate tab and bring its window to front)