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 là gì?
HTTP Graph Collector là một tiện ích mở rộng Chrome được phát triển bởi https://phreakocious.net, và tính năng chính của nó là "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTTP Graph Collector
Tải xuống các tệp mở rộng HTTP Graph Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTTP Graph Collector |
ID | lkkdeokncfjlinldgikoabgknklnnkoe |
URL Chính Thức | https://chromewebstore.google.com/detail/http-graph-collector/lkkdeokncfjlinldgikoabgknklnnkoe |
Mô tả | Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse. |
Kích Thước Tệp | 37.28 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2022-09-07 |
Ngày Phát Hành | 2017-01-30 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://phreakocious.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/phreakocious/HTTP-Graph-Collector |
URL Trang Trợ Giúp | https://github.com/phreakocious/HTTP-Graph-Collector/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |