Flaskwork chrome extension

Version: 0.1.7
Flaskwork
A simple tool for integrating w/Flask & SQLAlchemy apps
4.50 Based on 2 user rates

What is Flaskwork?

Flaskwork is a developer tools chrome extension. it's a free extension , it has 96 active users since released its first version, it earns an average rating of 4.50 from 2 rated user, last update is 2589 days ago.


What’s new in version 0.1.7?

                Use pip to install flask_flaskwork, which is the accompanying Flask plugin. For example:

from flask import Flask
from flask.ext.flaskwork import Flaskwork

app = Flask(__name__)
Flaskwork(app)

Then start the app and open it up in Chrome. Inspect user sessions, database queries that the request generated, etc. from the Chrome Developer Tools.            

How to install Flaskwork?

You could download the latest version crx file or older version files and install it.


Preview of Flaskwork


Technical Features:

  • Latest Version: 0.1.7
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Tuesday, April 4th, 2017
  • Author: countach74

Flaskwork Available languages:

English (United States).


FAQ


Reviews of flaskwork:


Alex Plugaru October 11th, 2016
Alex Plugaru

I looked at source code for both the python and js part. The python seems to be ok (no funny stuff). The chrome extension seems to be ok too (though it's the minified) version. Seems it's made with React Redux, also the manifest requires minimal permission and no outside requests are allowed (it uses the default CSP). I'd say it's ok to use (it will not steal your source-code). I also vendorized the python package and modified it to fix a bug which appears only on python3. I hope the author decides to publish his/her work on github, I'd like to make a contribution. Please mail me: alex at plugaru org.

Read more review & comments of flaskwork