Clone the repo and drop the folder into "chrome://extensions" page.
Open any web page ("about:blank" will work too) and a console, then inspect and play with MY_API global variable.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |