Quick HTTP Inspector

nice chrome extension to export network to Python

Qu'est-ce que Quick HTTP Inspector ?

Quick HTTP Inspector est une extension Chrome développée par https://ianchenhq.com, et sa fonction principale est "nice chrome extension to export network to Python".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick HTTP Inspector

Téléchargez les fichiers d'extension Quick HTTP Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Quick HTTP Inspector Quick HTTP Inspector
ID holkomabobpkbfdfnjomglmcgaeeojpg
URL Officiel https://chrome.google.com/webstore/detail/quick-http-inspector/holkomabobpkbfdfnjomglmcgaeeojpg
Description nice chrome extension to export network to Python
Taille du Fichier 1.42 MB
Nombre d'Installations 269
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-11-19
Date de Publication 2017-11-19
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://ianchenhq.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}