Skip to content

ajmath/Syntaxtic

Repository files navigation

Syntaxtic

INSTALL FROM CHROME WEBSTORE

https://chrome.google.com/extensions/detail/cgjalgdhmbpaacnnejmodfinclbdgaci

INSTALLING FROM DEV

  1. git clone http://github.com/matheeeny/Syntaxtic.git

  2. cd syntaxtic

  3. yarn install

  4. cake autobuild

  5. Browse to chrome://extensions/ in Chrome

  6. Uninstall any previous versions of the extension that you installed via the chrome web store

  7. On the top right-hand side of the page click "+ Developer mode"

  8. A few more buttons should appear, click the one that says "Load unpacked extension..."

  9. Navigate to the source directory and click ok. Your done!

    You only have to do this process if your your trying to load an unpacked extension that isn't already loaded. If you want to reload your freshly saved changes, just click reload by the extension logo.

     chrome development intro:
     http://code.google.com/chrome/extensions/getstarted.html#load
    

Happy forking!