Spurr Marketing

SEO Consultant & Internet Marketing Strategies

Spurr Marketing, Justin Briggs & Matthew Callis
Nashville, TN, United States of America
  • Spurr Marketing
  • Blog
  • About Us
  • Blog
  • Services
  • Permanently Pin Tabs In Google Chrome for Mac OSX

    by Admin on 01/26/2010 · One Comment · Tools

    I was asked about this earlier today and figured I should do ahead and look into it as a good solution didn’t appear high enough on Google to find, so here it is. Now, don’t go blaming me if this ruins your life or kills your Chrome.

    We have two wonderful AppleScript files that you can combine into your own application and put that in the Dock for regular usage or play with.

    Permanently Pin Tabs In Google Chrome

    Configure the script below by editing the number of tabs and urls.
    Download Tab Pinner

    do shell script "exec /Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome $@ -pinned-tab-count=2 http://spurrmarketing.com/ http://www.twitter.com/"

    Fix “Your profile could not be opened correctly.”

    Simple download the script and run it or create your own AppleScript from the code.
    Download Tab Pinner

    do shell script "rm -rf ~/Library/Application\\ Support/Google/Chrome/Backup/"
    do shell script "mv ~/Library/Application\\ Support/Google/Chrome/Default/ ~/Library/Application\\ Support/Google/Chrome/Backup/"
    
    tell application "Google Chrome"
    	activate
    end tell
    
    delay 5
    
    tell application "Google Chrome"
    	quit
    end tell
    
    do shell script "rm -rf ~/Library/Application\\ Support/Google/Chrome/Default/"
    do shell script "cp -R ~/Library/Application\\ Support/Google/Chrome/Backup/ ~/Library/Application\\ Support/Google/Chrome/Default/"

    One Response to “Permanently Pin Tabs In Google Chrome for Mac OSX”

    1. [...] This post was mentioned on Twitter by seozombie, seozombie. seozombie said: Create Pinned Tabs in Chrome for Mac OSX http://bit.ly/coi7Yr [...]

  • Leave a Reply