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はhttps://phreakocious.netによって開発されたChromeの拡張機能で、その主な機能は「Accompanies the HTTP Graph plugin for Gephi. Collects minimal HTTP and HTTPS header data and POSTs to a REST API as you browse.」です。

拡張機能のスクリーンショット

screenshot

HTTP Graph Collector拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 HTTP Graph Collector HTTP Graph Collector
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
Eメール [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
    }
}