Open-in-Chrome icon indicating copy to clipboard operation
Open-in-Chrome copied to clipboard

Open in Chromium

Open raffael opened this issue 10 years ago • 5 comments

Great extension! Is there a way to open Chromium instead?

raffael avatar Dec 20 '14 17:12 raffael

Yes, but you have to modify the code a bit. Start Script Editor (/Applications/Utilities/Script Editor.app) and use File > Open... to open the ChromeHelper application that comes with the extension. In the script, Chrome is identified by the line:

tell application id "com.google.Chrome"

Change that to the line below, save (File > Save), and you should see the extension open Chromium instead.

tell application id "org.chromium.Chromium"

lhagan avatar Dec 20 '14 18:12 lhagan

Thanks a lot for your help, the problem I have is that the script that comes with the extension seems to be compiled. I'm unable to open both ChromeHelper.scpt and ChromeHelper using Apple Script Editor. Am I missing here something?

raffael avatar Jan 03 '15 19:01 raffael

What error message are you getting? I tried both files in Script Editor on OS X 10.10.1 and didn't have any problems; maybe it's a compatibility issue?

I've just added a plain text version of the script to the repo, which I'm sure you'll be able to open. Either download the script file or just re-download the entire ZIP. Make the above change in Script Editor, then save it as an application (hold down the Option key, and select File > Save As..., then select File Format: Application in the Save As... dialog). Make sure you replace/overwrite the original ChromeHelper.app that came in the ZIP.

Sorry for the hassle.

lhagan avatar Jan 05 '15 01:01 lhagan

Awesome, many thanks for the source code, and the help! :)

raffael avatar Jan 05 '15 08:01 raffael

Leaving this open so others can use w/ Chromium.

lhagan avatar Jun 19 '15 20:06 lhagan