Copy as Python Requests Chrome 插件, crx 扩展下载
Copy requests from the devtools network panel as python requests code
WebExtension to export traffic of a tab into ready to go Python Requests calls for faster traffic mimicing. == Usage== With the extension installed: 1. Open the Browser Devtools. 2. Click around and generate the requests you want to export (see Network tab in Devtools). 3. Click extension icon in toolbar at the top. 4. Copy desired Python requests code from popup. == Features == - Generate Python code for every request observed by the open devtools. - Configurable filters through extension options page: - Ignore requests to static resources by filtering response content-types. - Ignore auto-generated HTTP headers like User-Agent and Connection. - Optionally hide blocked requests or 404 responses for requests e.g. for missing favicon.ico. - Optionally generate a requests.session() instance. - Try to hide cookies set by a response from an earlier request in the session. == Changelog == ## 1.1.0 - 2023-01-16 ### Added - Add option to quickly disable the whole filter lists. - Add option to render params, headers, cookies etc on separate lines. ### Changed - Removed unneeded `host` permission. Apparently the devtools permission is enough to read the network HAR. - Sort requests by start date if they aren't already. ### Fixed - Fixed generating of `multipart/form-data` postData when the params aren't available in a pre-parsed form in the HAR. - Fixed extension losing connection to devtools after some time of inactivity.
分类 | 💻开发者工具 |
插件标识 | dpmidpbjjakkboiogkpjcfmafjljenhe |
平台 | Chrome |
评分 |
☆☆☆☆☆
0
|
评分人数 | 58 |
插件主页 | https://chromewebstore.google.com/detail/copy-as-python-requests/dpmidpbjjakkboiogkpjcfmafjljenhe |
版本号 | 1.1 |
大小 | 23.94KiB |
官网下载次数 | 3000 |
下载地址 | |
更新时间 | 2023-01-18 00:00:00 |
CRX扩展文件安装方法
第1步: 打开Chrome浏览器的扩展程序
第2步:
在地址栏输入: chrome://extensions/
第3步: 开启右上角的【开发者模式】
第4步: 重启Chrome浏览器 (重要操作)
第5步: 重新打开扩展程序管理界面
第6步: 将下载的crx文件直接拖入页面完成安装
注意:请确保使用最新版本的Chrome浏览器
同类插件推荐
Better Network Panel
Extends the Developer Tools, adding a new Network
HTTP-TRACKER
Inspect HTTP request headers, cookies, data, respo
Copy as Python Requests
Copy requests from the devtools network panel as p
Visual Python for Colab
GUI-based Python code generator for Google Colab a
Selenium Auto Code Generator (Python)
Records your actions in browser and writes a selen
Phytonic
A funny Chrome extension to correct typos with the
Python Shell
Python shell for your browser.A Python shell for C
PyConsole: Python shell uncomplicated
An intuitive python shell in the browserPyConsole
py3redirect
Automatically redirect to a specific Python 3 vers
Your Python Editor (Beta)
Offline Python Editor based on Skulpt, entirely cl
Python Assist
Quickly access a Python compiler and Python docume
Online GitHub Python Interpreter
Run python files from within GitHub file pages.Thi
Request Interceptor
Intercept Requests and add custom rules to modify