Open erkattak opened 8 years ago
I've tested this out by cloning, npm installing, and running grunt chrome-extension, then using:
npm install
grunt chrome-extension
Open "about:debugging" in Firefox, click "Load Temporary Add-on" and select any file in your add-on's directory:
by pointing it to the dist directory.
dist
It seems to work fine and this would be super helpful to those not using Chrome as their daily-driver.
I'd be happy to help in any way.
I've also tested it and it seems to be working fine, why not releasing it as a Firefox Add-on? I've been using Chrome for quite long, but I'm considering on switching to FF, as Quantom works really nice
I've tested this out by cloning,
npm install
ing, and runninggrunt chrome-extension
, then using:by pointing it to the
dist
directory.It seems to work fine and this would be super helpful to those not using Chrome as their daily-driver.
I'd be happy to help in any way.