jacksenechal / Skype-for-Chrome

Creates Skype callto: links out of phone numbers in the page, so you can click to dial them.
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Skype Links extension for Chrome #6

Open tonyrobertcook opened 12 years ago

tonyrobertcook commented 12 years ago

Skype Links extension for Chrome does not work on many websites like yell.com Why?

Thanks Tony

jacksenechal commented 12 years ago

Hi Tony,

Each country's telephone numbers require different patterns to match them. I've only programmed in the US and international format (+1, etc) phone number patterns for my own use. I'd love to include other countries, but I haven't had time to dedicate to it.

If you go to the options page for the extension, there are fields that will allow you to enter your own regular expression patterns. Check out http://www.regular-expressions.info/ for more information on regular expressions. If you come up with patterns that work well for the UK, I would be very happy to include them in the next version of the extension.

Thanks, Jack