jacksenechal / Skype-for-Chrome

Creates Skype callto: links out of phone numbers in the page, so you can click to dial them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this Chrome extension work on Mac OSX?

bensullivan opened this issue · comments

I run Mac OSX 10.7.2, Chrome 16.0.912.77 and Skype 5.3.59.1093.

I was trying to call the number on this page:

http://www.schoolstuff.com.au/index.php?option=com_content&task=view&id=1&Itemid=32

But couldn't see the Skype icon in the location bar or right click the number to call...

THanks

Ben

PS - sorry for raising an issue - couldn't get your email from GitHub...

Hi Ben,

As far as I know, it should work fine on any platform. It just turns
numbers into links, so it's a pretty simple extension.

The number on that page is an Australian format, and I've currently
only programmed it to recognize US formatted numbers. If you're
familiar with regular expressions, you can write in your own patterns
to recognize other formats. Look for that in the options page for the
extension. http://www.regular-expressions.info/

If you do come up with a good regex pattern for Australian numbers I'd
be happy to include it in the extension. I just haven't had time to
invest in making patterns for other countries, since that's a pretty
time consuming task.

Best Regards,
Jack

On Tue, Jan 31, 2012 at 3:12 PM, bensullivan
reply@reply.github.com
wrote:

I run Mac OSX 10.7.2, Chrome 16.0.912.77 and Skype 5.3.59.1093.

I was trying to call the number on this page:

http://www.schoolstuff.com.au/index.php?option=com_content&task=view&id=1&Itemid=32

But couldn't see the Skype icon in the location bar or right click the number to call...

THanks

Ben

PS - sorry for raising an issue - couldn't get your email from GitHub...


Reply to this email directly or view it on GitHub:
#5