A simple Chrome Extension that opens up a pop-up window that takes a text input, search for it in it's database and returns the fild that is set in the database for the input. The imput is case insensitive, and the input can be only a piece of the total database entry.
You need to provide a answers.json file that will act as a database, in wich the extension will look up for your "answers".
(after the previous step)
In Chrome / Chromium you need to access |Customize and control -> Extensions -> Manage Extensions. After that you have to eneble Developer Mode and tap Load unpacked and uppload the repository directory. Next, the extension will appear in the top right corner under Extensions and you can tap and interact with the extension.