Three Web Stalker
Browser alternative / web crawler visualizer
Co to jest Three Web Stalker?
Three Web Stalker to rozszerzenie Chrome opracowane przez pcdevri, a jego główną funkcją jest „Browser alternative / web crawler visualizer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Three Web Stalker
Pobierz pliki rozszerzeń Three Web Stalker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Three Web Stalker |
ID | klmhhglpadcjglppjmjpepicoidecdlo |
Oficjalny URL | https://chromewebstore.google.com/detail/three-web-stalker/klmhhglpadcjglppjmjpepicoidecdlo |
Opis | Browser alternative / web crawler visualizer |
Rozmiar pliku | 5.34 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2021-04-14 |
Data Publikacji | 2021-04-14 |
Deweloper | pcdevri |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | http://patrickdevries.ddns.net/contact.html |
Obsługiwane Języki | 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" } } |