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.
Wat is HTTP Graph Collector?
HTTP Graph Collector is een Chrome-extensie ontwikkeld door https://phreakocious.net, en de belangrijkste functie is "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.".
Extensie Screenshots
Download het CRX-bestand van de extensie HTTP Graph Collector
Download HTTP Graph Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lkkdeokncfjlinldgikoabgknklnnkoe |
| Officiële URL | https://chromewebstore.google.com/detail/http-graph-collector/lkkdeokncfjlinldgikoabgknklnnkoe |
| Beschrijving | Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse. |
| Bestandsgrootte | 37.28 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2022-09-07 |
| Publicatiedatum | 2017-01-30 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://phreakocious.net |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/phreakocious/HTTP-Graph-Collector |
| Help Pagina-URL | https://github.com/phreakocious/HTTP-Graph-Collector/issues |
| Ondersteunde Talen | 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
}
} | |