Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Automator open chrome bookmarks as .app

I want to open two sites in google chrome and i want to open them from the dock as .app files. and otherwise i use safari, this is just because i'm getting a chromecast i want those two to be in chrome.


https://play.google.com/music/listen

https://play.spotify.com/

MacBook Pro with Retina display, OS X Mavericks (10.9.2), script

Posted on Apr 17, 2014 8:33 AM

Reply
Question marked as Best reply

Posted on Apr 17, 2014 8:46 AM

i found this working


tell application "Google Chrome"

open location "http://example.com"

tell window 1 to enter presentation mode

end tell

4 replies

Apr 17, 2014 11:45 AM in response to rajjejosefsson

Got it to work when its a chrome site allready open and minimized, how come it works just then? i need a script to do following


a script that does start chrome (that i have to do by my selft for now and after that do the following script.


tell application "Google Chrome"

open location "https://play.spotify.com/"

tell window 1 to enter presentation mode

end tell

Automator open chrome bookmarks as .app

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.