Three Web Stalker

Browser alternative / web crawler visualizer

Three Web Stalker là gì?

Three Web Stalker là một tiện ích mở rộng Chrome được phát triển bởi pcdevri, và tính năng chính của nó là "Browser alternative / web crawler visualizer".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Three Web Stalker 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

                        Creates a 3d graph of websites based off a root URL, allowing the user to view the web in a new way. Inspired by The Web Stalker, this extension pushes back on the standard for searching and viewing the web. Upon selecting a site from the interactive graph, the site can be fetched and viewed as raw html.                    

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

Tên Three Web Stalker Three Web Stalker
ID klmhhglpadcjglppjmjpepicoidecdlo
URL Chính Thức https://chromewebstore.google.com/detail/three-web-stalker/klmhhglpadcjglppjmjpepicoidecdlo
Mô tả Browser alternative / web crawler visualizer
Kích Thước Tệp 5.34 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2021-04-14
Ngày Phát Hành 2021-04-14
Nhà Phát Triển pcdevri
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://patrickdevries.ddns.net/contact.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Three Web Stalker",
    "description": "Browser alternative \/ web crawler visualizer",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "threejs_worker": "index.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "popup.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}