This Chrome Extension will show the location and timezone information for all phone numbers in a web page.
https://chrome.google.com/webstore/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
A little phoneHelper icon will appear next to any identified phone numbers. Hovering over this image will show the location (North America for now), and timezone E = Eastern, C = Central, M = Mountain, P = Pacific, etc.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Big thanks to https://github.com/jasonphanley/chrome-gv-call which I pretty much stole to avoid my previous jQuery dependency.