HTTP Graph Collector
Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.
HTTP Graph Collectorคืออะไร?
HTTP Graph Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phreakocious.net และคุณลักษณะหลักของมันคือ "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTTP Graph Collector
ดาวน์โหลดไฟล์ส่วนขยาย HTTP Graph Collector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTTP Graph is a plugin for Gephi which lets you build a graph of web relationships as you browse. Data is collected by this Chrome extension and sent to the plugin via REST calls. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lkkdeokncfjlinldgikoabgknklnnkoe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/http-graph-collector/lkkdeokncfjlinldgikoabgknklnnkoe |
| คำอธิบาย | Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse. |
| ขนาดไฟล์ | 37.28 KB |
| จำนวนการติดตั้ง | 1,000 |
| เวอร์ชันปัจจุบัน | 0.3 |
| อัปเดตครั้งล่าสุด | 2022-09-07 |
| วันที่เผยแพร่ | 2017-01-30 |
| คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://phreakocious.net |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/phreakocious/HTTP-Graph-Collector |
| URL หน้าช่วยเหลือ | https://github.com/phreakocious/HTTP-Graph-Collector/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HTTP Graph Collector",
"version": "0.3",
"description": "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequest",
"storage"
],
"background": {
"persistent": true,
"scripts": [
"httpgraph.js"
]
},
"icons": {
"48": "httpgraph-48x48.png",
"128": "httpgraph-128x128.png"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
}
} | |