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 |
公式URL | 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 |
Eメール | [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": [ " |