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 |
官方網址 | 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" } } |