Quick HTTP Inspector

nice chrome extension to export network to Python

What is Quick HTTP Inspector?

Quick HTTP Inspector is a Chrome extension developed by https://ianchenhq.com, and its main feature is "nice chrome extension to export network to Python".

Extension Screenshots

screenshot

Download Quick HTTP Inspector Extension CRX File

Download Quick HTTP Inspector 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

                        自動擷取HTTP requests並產生Python語法!

開發爬蟲神器

建議打開Silent Debugging,就不會有黃色的條了。

http://www.gamefromscratch.com/post/2014/07/13/Permanently-turning-off-the-Chrome-debugging-message.aspx

Exports HTTP requests and output to Python format for easy development                    

Extension Basic Information

Name Quick HTTP Inspector Quick HTTP Inspector
ID holkomabobpkbfdfnjomglmcgaeeojpg
Official URL https://chrome.google.com/webstore/detail/quick-http-inspector/holkomabobpkbfdfnjomglmcgaeeojpg
Description nice chrome extension to export network to Python
File Size 1.42 MB
Installation Count 269
Current Version 0.2.0
Last Updated 2017-11-19
Publish Date 2017-11-19
Rating 5.00/5 Total 10 Ratings
Developer https://ianchenhq.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "debugger",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ]
}