Skip to content

mcanthony/alt-devtool

 
 

Repository files navigation

Alt's Chrome Devtool

A developer tool extension for debugging your Alt flux applications

Download the extension here:

https://github.com/goatslacker/alt-devtool/raw/master/dist/alt-dev.crx

Installing

Open up Chrome extensions. Drag the extension onto there. Accept the ridiculous permissions.

In your alt app you'll need to use chromeDebug

var Alt = require('alt');
var chromeDebug = require('alt/utils/chromeDebug');

var alt = new Alt();
chromeDebug(alt);

module.exports = alt;

Permissions

This extension requires the ability to "Read and change all your data on the websites you visit" according to Google.

This extension just needs some JavaScript to detect whether Alt exists on the page or not. Having access to all data on websites you visit is way more power than this extension actually needs to work. Ideally, the extension would just have access to Alt if it exists or not.

The source code will always be included here and the extension as well should you wish to inspect it.

Feedback

If you have feedback or issues then please file an issue.

Screenshots

All dispatches. Search. Rollback. Time Travel debugging.

Dispatches

Viewing stores. Snapshots. Bootstrap. Flush.

Stores

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%