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

Stopped working

sheam opened this issue · comments

I had this plugin working great after I reworked the Regex a bit. The other day, I notice my regex had been reset to default, and it doesn't pick up any numbers. It is actually behaving like it is not even enabled.

I made a test page with

Phone: 111-555-1212

.

I changed the regext to /\d/ and it still doesn't pick anything up?

The extension is enabled.

If I understand correctly, your Regex shouldn't be reset to default unless your Chrome settings are reset to default somehow. Have you recently upgraded your version of Chrome or anything like that?

I've a hunch that the fact it doesn't work for you at all anymore has something to do with the new Chrome Extensions API. http://developer.chrome.com/extensions/manifestVersion.html. Unfortunately it seems there are some nontrivial upgrades that need to be done to conform to version 2, so I'll have to dive into it when I get a chance. That said, it does still work for me in Chrome v23. Have you tried uninstalling and reinstalling the extension?

It seemed to happed when I installed Chrome at work. That install maybe reset some settings, and then the settings were synced to home browser.