I would like to use some of the Google AJAX APIs in my Chrome extension, and I'm not sure if this is possible.
The AJAX API documentation clearly states that I must use a key that matches my domain. What would that be in case of an extension? My tests seem to work, but I;m worried this is only because I'm making a very small number of requests?
Is it possible? Which key should I be using?
Thanks, Dan