Skip to content

cloud-elements/eb-utility-belt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published