C'è un modo per spostare la scheda utilizzando il numero di tabulazione in Google Chrome?
qualcosa del genere:
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
ovviamente il codice non è valido