Flaskwork
A simple tool for integrating w/Flask & SQLAlchemy apps
What is Flaskwork?
Flaskwork is a Chrome extension developed by countach74, and its main feature is "A simple tool for integrating w/Flask & SQLAlchemy apps".
Extension Screenshots
Download Flaskwork Extension CRX File
Download Flaskwork extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Flaskwork |
ID | hhigcljgpoilbfcdfemloacfgehakacc |
Official URL | https://chromewebstore.google.com/detail/flaskwork/hhigcljgpoilbfcdfemloacfgehakacc |
Description | A simple tool for integrating w/Flask & SQLAlchemy apps |
File Size | 81.29 KB |
Installation Count | 139 |
Current Version | 0.1.7 |
Last Updated | 2017-04-04 |
Publish Date | 2017-04-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | countach74 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flaskwork", "version": "0.1.7", "description": "A simple tool for integrating w\/Flask & SQLAlchemy apps", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "devtools_page": "devtools.html", "page_action": { "default_title": "Flaskwork" } } |