Y a-t-il un moyen de déplacer un onglet en utilisant le numéro de l'onglet dans Google Chrome ?
quelque chose comme ceci :
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
évidemment, le code n'est pas valide