cloud-elements / eb-utility-belt

Element Builder Utility functions for Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eb-utility-belt | Element Builder Utility functions for Chrome

eb-belt

How/Installation:

  1. Download the eb-utility-belt folder.

  2. Go to chrome://extensions/ and check the box for Developer mode in the top right.

  3. Click the Load unpacked extension button and select this folder for your extension to install it.

    PROTIP: You can enable a full screen, (and debugging) by using the id provided in chrome://extensions/ and navigating to chrome-extension://{id}/index.html

Contributing

  • Chrome APIs can handle most things, but if you need/want to use node - you will need invoke some browserify magic. This will bundle all of your requires into your specified file that you will run in the browser.
    • npm install -g browserify
    • Find yourself where needs be and execute something akin to browserify js/formatters/sqlFormatter.js > js/formatters/sqlFormatter4browser.js
    • Refer that bundle in your .html and you're gravy :]

About

Element Builder Utility functions for Chrome


Languages

Language:JavaScript 87.4%Language:HTML 10.6%Language:CSS 2.0%