Web Navigation Window

This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages…

Web Navigation Windowとは何ですか?

Web Navigation WindowはVictor Charpenayによって開発されたChromeの拡張機能で、その主な機能は「This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages…」です。

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

screenshot

Web Navigation Window拡張機能のCRXファイルをダウンロード

Web Navigation Window拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages aggregated by domain name, edges are link traversals or form submissions from one page to another).

This extension is also part of a research project on hypermedia systems, whose objective is to collect (anonymized) navigation data. This navigation data will then be analyzed to compare human browsing behaviors with the behavior of autonoumous Web agents ("bots").                    

拡張機能の基本情報

名前 Web Navigation Window Web Navigation Window
ID odhefgodhimcfacbdilbohcekkgbnhmh
公式URL https://chromewebstore.google.com/detail/web-navigation-window/odhefgodhimcfacbdilbohcekkgbnhmh
説明 This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages…
ファイルサイズ 200 KB
インストール数 48
現在のバージョン 0.3
最終更新日 2021-06-01
公開日 2021-05-13
評価 5.00/5 合計 1 レビュー
開発者 Victor Charpenay
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vcharpenay/web-nav-window/
対応言語 en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "default_locale": "en_US",
    "name": "__MSG_extension_name__",
    "browser_action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "64": "icon-64.png"
        }
    },
    "permissions": [
        "history"
    ],
    "web_accessible_resources": [
        "ui.html",
        "util.js",
        "navigation.js",
        "network.js",
        "lib\/vis-network.min.js",
        "lib\/uri.all.min.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}