Network+

DevTools for network recording, editing and resending.

Network+คืออะไร?

Network+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clear.studio และคุณลักษณะหลักของมันคือ "DevTools for network recording, editing and resending."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Network+

ดาวน์โหลดไฟล์ส่วนขยาย 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+ 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
อีเมล [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": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/clear.studio",
    "devtools_page": "devtools.html"
}