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
官方網址 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
電子郵箱 [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
    }
}