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 là gì?

Web Navigation Window là một tiện ích mở rộng Chrome được phát triển bởi Victor Charpenay, và tính năng chính của nó là "This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Navigation Window

Tải xuống các tệp mở rộng Web Navigation Window dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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").                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Navigation Window Web Navigation Window
ID odhefgodhimcfacbdilbohcekkgbnhmh
URL Chính Thức https://chromewebstore.google.com/detail/web-navigation-window/odhefgodhimcfacbdilbohcekkgbnhmh
Mô tả This browser extension reads the browsing history over a given period and renders it as a navigation graph (nodes are visited pages…
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-06-01
Ngày Phát Hành 2021-05-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Victor Charpenay
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vcharpenay/web-nav-window/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}