{ "descrption": "A hover module to get information about an url using a Google search.", "logo": "logos/google.png", "requirements": ["The python Google Search API library"], "input": "An url attribute.", "output": "Text containing the result of a Google search on the input url.", "references": ["https://github.com/abenassi/Google-Search-API"], "features": "The module takes an url as input to query the Google search API. The result of the query is then return as raw text." }