Three Web Stalker
Browser alternative / web crawler visualizer
Three Web Stalker क्या है?
Three Web Stalker pcdevri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser alternative / web crawler visualizer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Three Web Stalker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |