What Google AJAX API do I use in the Chrome extension

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 this be in case of expansion? My tests seem to work, but I'm worried that this is only because I am making a very small number of requests?

Is it possible? Which key should I use?

Thanks Dan

+3
source share
1 answer

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

" API. / ".

, , .

+2

Source: https://habr.com/ru/post/1761576/


All Articles