A blank Chrome extension with basic message handling
JavaScript CSS
Switch branches/tags
Nothing to show
Latest commit e3c8e09 Apr 22, 2014 @zackshapiro MIT license added
Permalink
Failed to load latest commit information.
lib first commit Apr 22, 2014
src first commit Apr 22, 2014
.gitignore first commit Apr 22, 2014
license.txt first commit Apr 22, 2014
manifest.json first commit Apr 22, 2014
readme.md MIT license added Apr 22, 2014

readme.md

Example Chrome Extension

This is a blank template Chrome extension with a basic event/message passing skeleton for you to easily get started building a Chrome extension.

I've also included Mixpanel for tracking, just drop an API key associated with your project into the mixpanel.js file.

MVC

  • Popup script (view)
  • Content script (controller)
  • Background script (model)

Purpose

I wanted to create this for myself, as a start place for future extensions, but figured it might help you out as well. I hope it does.

Contributing

Feel free to clone this repo and submit a pull request to add other basic elements of a useful Chrome extension.

Created by @ZackShapiro under the MIT License.