Quick HTTP Inspector
nice chrome extension to export network to Python
Cos'è Quick HTTP Inspector?
Quick HTTP Inspector è un'estensione di Chrome sviluppata da https://ianchenhq.com, e la sua funzione principale è "nice chrome extension to export network to Python".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick HTTP Inspector
Scarica i file di estensione Quick HTTP Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
自動擷取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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | holkomabobpkbfdfnjomglmcgaeeojpg |
URL Ufficiale | https://chrome.google.com/webstore/detail/quick-http-inspector/holkomabobpkbfdfnjomglmcgaeeojpg |
Descrizione | nice chrome extension to export network to Python |
Dimensione del File | 1.42 MB |
Conteggio Installazioni | 269 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2017-11-19 |
Data di Pubblicazione | 2017-11-19 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | https://ianchenhq.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |