Macro to track Chrome tabs by usage

Hi @JMichaelTX, thanks again for the quick response.

I don't necessarily need to store the data in realtime although I'd imagine that updating the file on a frequent basis could work as well.

Sounds awesome! I've tried looking into AppleScript but for some reason my brain just doesn't grok the way that language works :tired_face:

Ok, the full workflow I'm looking to achieve is:

  1. Create/update a file that tracks all my currently open chrome tabs, sorted by most recently active as mentioned above
  2. Create a Launchbar action that when activated will read this file and display this list in the same order
  3. Selecting a tab would allow me to quickly jump to that tab from anywhere, similar to alt-tab for applications.

I've been thinking about something like this for a while and initially thought of going down the route of a chrome extension however it doesn't seem easy/possible to access data from a chrome extension outside of Chrome which led me to KM. I'm still a noob when it comes to KM and am continually impressed by the depth of this app.

Regarding the setup of the macro I'm ok having multiple macros to achieve this goal as long as the tab list file is kept up to date relatively frequently.

Any further assistance would be much appreciated, thx!