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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |