¿Hay alguna forma de mover la pestaña usando el número de pestaña en Google Chrome?
algo como esto:
tell application "Google Chrome"
set activeIndex to get active tab index of window 1
tell window 1
set TheTab to move tab 3 after third tab
end tell
set active tab index of window 1 to activeIndex
end tell
obviamente el código no es válido