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
- Host: GitHub
- URL: https://github.com/lionello/nounly-chrome
- Owner: lionello
- Created: 2014-02-03T09:30:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T16:02:26.000Z (over 4 years ago)
- Last Synced: 2025-02-05T23:27:37.527Z (4 months ago)
- Language: CSS
- Homepage: http://noun.ly
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).