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.
Cos'è HTTP Graph Collector?
HTTP Graph Collector è un'estensione di Chrome sviluppata da https://phreakocious.net, e la sua funzione principale è "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HTTP Graph Collector
Scarica i file di estensione HTTP Graph Collector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lkkdeokncfjlinldgikoabgknklnnkoe |
| URL Ufficiale | https://chromewebstore.google.com/detail/http-graph-collector/lkkdeokncfjlinldgikoabgknklnnkoe |
| Descrizione | Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse. |
| Dimensione del File | 37.28 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2022-09-07 |
| Data di Pubblicazione | 2017-01-30 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | https://phreakocious.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/phreakocious/HTTP-Graph-Collector |
| URL della Pagina di Aiuto | https://github.com/phreakocious/HTTP-Graph-Collector/issues |
| Lingue Supportate | 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
}
} | |