maxkfranz / graphen

A Firefox extension to visualise your history as a graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphen

A Firefox extension to visualise your history as a graph

Setup

Install the Firefox add-on SDK.

Building

To build the XPI (add-on installation file):

cfx xpi

Automated Building and Deployment

Install the necessary dev dependencies

node install

Install the Extension Auto-Installer.

Run grunt. This will watch for any file changes and deploy them to firefox.

grunt

Change and save a file and it will be automatically updated.

Testing

To manually test the add-on:

cfx run

To run the unit tests:

cfx text

About

A Firefox extension to visualise your history as a graph


Languages

Language:JavaScript 99.7%Language:CSS 0.2%Language:HTML 0.1%