
Boilerplate for a Meteor.js Chrome Extension
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.
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.
