Skip to content

lukavida/popout_for_youtube

 
 

Repository files navigation

Popout for YouTube™

An extension for Google Chrome™ that adds a button to videos on youtube.com to "pop out" the video into a new window. Uses jQuery.

Download and Install

Download and install via the Chrome Web Store.

Implementation

Popout for YouTube™ is written in CoffeeScript. The source code is managed on GitHub at http://github.com/sidewaysmilk/popout_for_youtube .

Development Requirements

You need CoffeeScript and zip support to build it. If you have the bins coffee, cake, and zip, you're good to go.

Compiling

Run cake for a list of tasks. These are the big ones.

  • cake build to compile
  • cake zip runs cake build then prepares the Chrome extension as a zip file

Copyright and License

Copyright © 2011, Justin Force Licensed under the MIT License

jQuery copyright © 2011, John Resig Dual licensed under the MIT or GPL Version 2 licenses.

Packages

No packages published

Languages

  • CoffeeScript 100.0%