Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

Chrome拡張開発者のためのFirefox拡張開発

2,479 views

Published on

2010/04/09 Chrome Extension TechTalk LT

  • Be the first to comment

Chrome拡張開発者のためのFirefox拡張開発

  1. 1. { "name": "first_ext", "description": "This is my first extension", "author": "swdyh" }
  2. 2. exports.main = function(options, callbacks) { console.log("Hello World!") callbacks.quit() }
  3. 3. (jetpack-sdk)% cfx run -a Firefox
  4. 4. (jetpack-sdk)% cfx xpi

×