Skip to content

stuartpb/open-in-c9-extension

 
 

Repository files navigation

Cloud9 for Chrome

This is an extension for Google Chrome and Mozilla Firefox that adds 'Edit in Cloud9' buttons to websites. At this point just GitHub but feel free to add more!

Firefox build instructions

  1. Install Mozilla's Add-on SDK according to the instructions.

  2. Edit the build.sh script in the firefox directory; adjust CFX variable to point to the 'cfx' script provided by the SDK:

    CFX="/path/to/addon-sdk/bin/cfx"

  3. Run the ./build.sh script. This copies the current version of 'githubc9.js' and the 48 pixel icon to the firefox extension directory and then creates the xpi archive.

This plugin is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • Makefile 4.6%
  • Shell 2.2%