Network+
DevTools for network recording, editing and resending.
什麼是Network+?
Network+是由https://clear.studio開發的Chrome擴展程式,該擴展的主要功能是“DevTools for network recording, editing and resending.”。
擴展截圖
下載Network+擴展crx文件
下載Network+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Open the DevTools panel and find the tab with "Network+". 2. Make some HTTP request. 3. See the log of request and response. 4. Modify some fields like "Request Method", "URL" or "Request Payload"... 5. Click the "Send" button and notice the log.
擴展基本資訊
名稱 | Network+ |
ID | nfeeojenagochlldompjclkogikjlhlf |
官方網址 | https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf |
簡介 | DevTools for network recording, editing and resending. |
檔案大小 | 175 KB |
安裝次數 | 466 |
目前版本 | 2.0.1 |
更新時間 | 2022-08-19 |
上架時間 | 2020-06-15 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://clear.studio |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://clear.studio |
說明頁面URL | https://github.com/ClearStudio/network-plus |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Network+", "version": "2.0.1", "description": "DevTools for network recording, editing and resending.", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "action": { "default_icon": "img\/icon.png", "default_title": "Network+" }, "content_scripts": [ { "matches": [ " |