Gibt es eine Möglichkeit, Tabs mithilfe der Tab-Nummer in Google Chrome zu verschieben?
etwas wie das :
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
Offensichtlich ist der Code nicht gültig