Quick HTTP Inspector

nice chrome extension to export network to Python

Quick HTTP Inspectorとは何ですか?

Quick HTTP Inspectorはhttps://ianchenhq.comによって開発されたChromeの拡張機能で、その主な機能は「nice chrome extension to export network to Python」です。

拡張機能のスクリーンショット

screenshot

Quick HTTP Inspector拡張機能のCRXファイルをダウンロード

Quick HTTP Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        自動擷取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                    

拡張機能の基本情報

名前 Quick HTTP Inspector Quick HTTP Inspector
ID holkomabobpkbfdfnjomglmcgaeeojpg
公式URL https://chrome.google.com/webstore/detail/quick-http-inspector/holkomabobpkbfdfnjomglmcgaeeojpg
説明 nice chrome extension to export network to Python
ファイルサイズ 1.42 MB
インストール数 269
現在のバージョン 0.2.0
最終更新日 2017-11-19
公開日 2017-11-19
評価 5.00/5 合計 10 レビュー
開発者 https://ianchenhq.com
支払い方法 free
対応言語 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"
    ]
}