HoogleSearch
Adding Hoogle search to Chrome address bar.
What is HoogleSearch?
HoogleSearch is a Chrome extension developed by https://shivankaul.com, and its main feature is "Adding Hoogle search to Chrome address bar.".
Extension Screenshots
Download HoogleSearch Extension CRX File
Download HoogleSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It's a pain to go to Hoogle (Haskell API search engine) every time I want to search for something Haskell-related. This simple Chrome Extension allows me to search Hoogle from the comfort of my address bar. Install. Then, simply press `hs` in Chrome address bar, press Tab, and voila! You're searching Hoogle.
Extension Basic Information
Name | HoogleSearch |
ID | ngmmpghjcpelapoaafdekeeacbkohjco |
Official URL | https://chromewebstore.google.com/detail/hooglesearch/ngmmpghjcpelapoaafdekeeacbkohjco |
Description | Adding Hoogle search to Chrome address bar. |
File Size | 16.71 KB |
Installation Count | 70 |
Current Version | 0.0.1 |
Last Updated | 2016-02-24 |
Publish Date | 2016-02-24 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://shivankaul.com |
[email protected] | |
Payment Type | free |
Extension Website | http://shivankaul.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HoogleSearch", "short_name": "HoogleSearch", "description": "Adding Hoogle search to Chrome address bar.", "version": "0.0.1", "background": { "scripts": [ "src\/background.js" ] }, "icons": { "64": "images\/icon-64.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "omnibox": { "keyword": "hs" } } |