开发者

Which Google AJAX API Key do I use in a Chrome extension

开发者 https://www.devze.com 2023-01-13 16:55 出处:网络
I would like to use some of the Google AJAX APIs in my Chrome extension, and I\'m not sure if this is possible.

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


I was just pointed to http://code.google.com/apis/ajaxfeeds/key.html

"You do not need a key to use this API. Using a key in your application/site is completely optional."

So, I guess the answer is no key is needed.

0

精彩评论

暂无评论...
验证码 换一张
取 消