bluzi / google-instant

Implementation of Google Instant in a form of a chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Instant

Overview

Google launched Google Instant in 2010, and then withdrew it in 2017 because of device compatibility issues. This Chrome extension miraculously brings back Google Instant, which means after installing it, you will be able to see your results on Google while typing the query.

Download

The extension is available here.

Contribution

Your PRs are more than welcome. I will make sure to have a look at them ASAP. Happy contributing !

Debugging

  1. Clone the repository: git clone https://github.com/bluzi/google-instant.git
  2. Navigate to chrome://extensions/ in Chrome
  3. Turn on Developer mode
  4. Click Load unpack extension
  5. Select the repository directory
  6. Navigate to Google and you should notice the extension
  7. Refresh by returning to chrome://extensions/ and pressing CTRL+R (Windows) or CMD+R (Mac)

About

Implementation of Google Instant in a form of a chrome extension

License:MIT License


Languages

Language:JavaScript 100.0%