epilande / alfred-browser-tabs

🔍 Search browser tabs from Chrome, Arc, Brave, Safari, etc..
MIT License
421 stars 38 forks source link

Add support for Arc browser. #50

Closed spamwax closed 5 months ago

spamwax commented 6 months ago

Arc has "Spaces" concept which encapsulates tabs into groups, and consequently it adds new properties and functions to its AppleScript Dictionary. This PR adds two new JS scripts to deal with Arc's variations compared to other Chrome-based browsers.

epilande commented 5 months ago

Hi @spamwax thanks for the contribution! It looks great overall. Let's resolve the merge conflict then we can get this in

spamwax commented 5 months ago

I copied the latest info.plist from this repo to my computer and added the required Script Filter & other stuff for Arc Browser to this workflow in Alfred. The updated info.plist file is now part of this PR.