Home Reference Source Repository

Burnt Chrome Build Status

Class Project for CSCI 3428 Software Engineering

About

Documents

Authors / Team Black

Evan Larose Glavin Wiechert Nathan Hernden Ziyun (Toby) Zhong
Software Tester Project Leader, Lead Software Engineer Lead Writer Software Developer
evan glavin nathan toby

Screenshots

Login Whitelist
image image

Contributing

  1. Install Node.js & npm
  2. Install the dependencies using npm:

    npm install -g bower
    npm install
    
  3. Watch for file changes and compile the extension:

    npm start
    
  4. To load your extension in Chrome, open up chrome://extensions/ in your browser and click Developer mode in the top right. Now click Load unpacked extension… and select the extension/ directory. You should now see your extension in the list.

    load extension

    When you change or add code in your extension, just come back to the chrome://extensions/ page and reload the page. Chrome will reload your extension. I recommend that you install Extensions Reloader.

  5. Profit

Developing

We are using ES6 which is compiled down to ES5. See https://github.com/lukehoban/es6features for a detailed list of features supported by ES6.

Commands