July 2012
-
manifest.json app.js Sourcc Code Add-on Simple Google Chrome Extension that looks up selected text on dictionary.com. Obviously you should only select one word as dictionary.com will not define more than one. Same as Google-Translate-it, demonstrates getting selected text and processing it in a GET request.
-
manifest.json app.js Source Code Add-on Another simple add-on that makes using Plurk.com easier. Demonstrates getting tab info (title and url) passed to the context menu click handler function. In case you didn’t know, Plurk was the first to timeline user posts (long before facebook did).
-
manifest.json app.js Source Code Add-on Yeah, I know, I could have used an anonymous function which would have made it four lines of javascript. The extra line is there for beauty.