/chrome-extension-template

A blank Chrome extension with basic message handling

Primary LanguageJavaScriptMIT LicenseMIT

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.