hansmosh / chrome-extension

My first attempt at a chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

About

My first attempt at a chrome extension


Languages

Language:JavaScript 76.8%Language:HTML 23.2%