You don't even need tabcopy extension at all for this
int w=wait(3 WV win("- Google Chrome" "Chrome_WidgetWin_1"))
Acc a.Find(w "DOCUMENT" "" "" 0x3000 3)
str title=a.Name
str url =a.Value
str td.timeformat("{hh:mm tt} - {ddMMMyy}")
act w
str contents.getsel(0 0 0)
str result=F"{title}[]{url}[]{td}[](MY CHROME COPIED CONTENTS)[][]{contents}"
out result;; just here to show output in qm not needed
result.setclip