/chrome-extension

My first attempt at a chrome extension

Primary LanguageJavaScript

First Chrome Extension

Got started with the Google getting started. The guide uses a deprecated image search so I had to set up a custom search engine to get a custom search id (cx) and create a new Google project with Custom Search API enabled to get an api key (key) for my image query:

`https://www.googleapis.com/customsearch/v1?key=API_KEY&cx=CUSTOM_SEARCH_ID&searchType=image&q=QUERY`