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.

Qu'est-ce que HTTP Graph Collector ?

HTTP Graph Collector est une extension Chrome développée par https://phreakocious.net, et sa fonction principale est "Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTTP Graph Collector

Téléchargez les fichiers d'extension HTTP Graph Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTTP Graph Collector HTTP Graph Collector
ID lkkdeokncfjlinldgikoabgknklnnkoe
URL Officiel https://chromewebstore.google.com/detail/http-graph-collector/lkkdeokncfjlinldgikoabgknklnnkoe
Description Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.
Taille du Fichier 37.28 KB
Nombre d'Installations 1,000
Version Actuelle 0.3
Dernière Mise à Jour 2022-09-07
Date de Publication 2017-01-30
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://phreakocious.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/phreakocious/HTTP-Graph-Collector
URL de la Page d'Aide https://github.com/phreakocious/HTTP-Graph-Collector/issues
Langues Prises en Charge 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
    }
}