Meteor Extension

screenshot of Meteor Extension

Boilerplate for a Meteor.js Chrome Extension

Overview

The meteor-extension is a boilerplate for creating a Meteor.js Chrome Extension. It provides a quick and easy way to create a Chrome Extension that uses DDP to pull a collection into the extension and an iframe popup to add a user interface to the browser.

Features

  • Boilerplate: Provides a starting point for creating a Meteor.js Chrome Extension.
  • DDP Integration: Allows the extension to pull a collection from a Meteor server using DDP.
  • Iframe Popup: Adds a user interface to the browser through an iframe popup.

Summary

The meteor-extension is a convenient boilerplate for creating a Meteor.js Chrome Extension. It allows developers to quickly build extensions that incorporate DDP for communication with a Meteor server and provides an iframe popup for adding a user interface to the browser. By following the installation guide, developers can easily set up and start working on their own Meteor.js Chrome Extension.