Quick HTTP Inspector
nice chrome extension to export network to Python
Wat is Quick HTTP Inspector?
Quick HTTP Inspector is een Chrome-extensie ontwikkeld door https://ianchenhq.com, en de belangrijkste functie is "nice chrome extension to export network to Python".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick HTTP Inspector
Download Quick HTTP Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
自動擷取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 Basisinformatie over de Extensie
| Naam | |
| ID | holkomabobpkbfdfnjomglmcgaeeojpg |
| Officiële URL | https://chrome.google.com/webstore/detail/quick-http-inspector/holkomabobpkbfdfnjomglmcgaeeojpg |
| Beschrijving | nice chrome extension to export network to Python |
| Bestandsgrootte | 1.42 MB |
| Aantal Installaties | 269 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2017-11-19 |
| Publicatiedatum | 2017-11-19 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://ianchenhq.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |