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
官方網址 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"
    ]
}