Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 332 Bytes

CREATING-PLUGINS.md

File metadata and controls

13 lines (11 loc) · 332 Bytes

#Plugin Lifecycle ##Node Node index.js file constuctor called ##Browser plugin.js constuctor called listen called plugin enabled/disabled called

#Making plugins managable via the plugins applet The plugin must have a disable function and enable function defined The plugin must have a Plugin_Meta object defined