Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open in Chromium #5

Open
raffael opened this issue Dec 20, 2014 · 5 comments
Open

Open in Chromium #5

raffael opened this issue Dec 20, 2014 · 5 comments

Comments

@raffael
Copy link

raffael commented Dec 20, 2014

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

@lhagan
Copy link
Owner

lhagan commented Dec 20, 2014

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"

@raffael
Copy link
Author

raffael commented Jan 3, 2015

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?

@lhagan
Copy link
Owner

lhagan commented Jan 5, 2015

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.

@raffael
Copy link
Author

raffael commented Jan 5, 2015

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

@raffael raffael closed this as completed Jan 5, 2015
@lhagan lhagan mentioned this issue Feb 6, 2015
@lhagan lhagan reopened this Jun 19, 2015
@lhagan
Copy link
Owner

lhagan commented Jun 19, 2015

Leaving this open so others can use w/ Chromium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants