Three Web Stalker
Browser alternative / web crawler visualizer
什么是Three Web Stalker?
Three Web Stalker是由pcdevri开发的Chrome扩展程序,该扩展的主要功能是“Browser alternative / web crawler visualizer”。
扩展截图
下载Three Web Stalker扩展crx文件
下载Three Web Stalker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Three Web Stalker |
ID | klmhhglpadcjglppjmjpepicoidecdlo |
官方URL | https://chromewebstore.google.com/detail/three-web-stalker/klmhhglpadcjglppjmjpepicoidecdlo |
简介 | Browser alternative / web crawler visualizer |
文件大小 | 5.34 MB |
安装次数 | 21 |
当前版本 | 0.1.2 |
更新时间 | 2021-04-14 |
上架时间 | 2021-04-14 |
开发者 | pcdevri |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://patrickdevries.ddns.net/contact.html |
支持的语言 | 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" } } |