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 |
Eメール | [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" } } |