An open API service indexing awesome lists of open source software.

https://github.com/lionello/nounly-chrome

Nounly (former Stinkybad.com) chrome extension
https://github.com/lionello/nounly-chrome

Last synced: 3 months ago
JSON representation

Nounly (former Stinkybad.com) chrome extension

Awesome Lists containing this project

README

        

Nounly Chrome extension
==========================

This repo contains all the code for the [Stinkybad](http://stinkybad.com)/[Nounly](http://nounly.com/) Chrome extension.
This code is for educational purposes only, since the API key has been removed.

* Extension with background/eventpage script
* Popup with AJAX (asynchronous XMLHttpRequest)
* chrome.tabs
* chrome.omnibox
* chrome.contextMenus
* CryptoJS
* Authenticating to a service ("Two-legged OAuth")

License
=======
The code is hereby placed in the Public Domain.
The "Stinkybad Rat" logo is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/deed.en_US).
The [CryptoJS](http://code.google.com/p/crypto-js/) code is [Copyright (c) 2009-2013 Jeff Mott](http://code.google.com/p/crypto-js/wiki/License).