Arc Browser by "The Browser Company"

Would it be possible create a “Send to Arc Browser” extension?

This is an up and coming browser that I think is going to gain traction. It really is doing something different than all the other browsers.

3 Likes

Another request for a “Send to Arc” extension.

I’ve been enjoying Arc and appreciate the innovation that it brings. I plan to use Safari as my primary browser for the foreseeable future, but Arc is proving to be an excellent browser for web apps like Asana and Airtable.

2 Likes

In mean time this ought to do it, just needs Arc’s bundle ID put in there:

#popclip
name: Open in Arc
icon: A
requirements: [url]
javascript: |
  popclip.openUrl(popclip.input.data.urls[0], { app: 'INSERT ARC BUNDLE ID HERE' })

(The above block is an extension snippet - select it to install the extension with PopClip)

1 Like

Thank you!
It looks like I would need Xcode to get the bundle ID. Any developers out there running Arc be willing to get the bundle ID? Thx.

1 Like

There’s actually a PopClip extension called Bundle ID that will get the bundle ID

2 Likes

Done now, available in: Open in Browser — PopClip Extensions

p.s. the Bundle ID for Arc is company.thebrowser.Browser

2 Likes

Thanks @nick!

1 Like