Three Web Stalker
Browser alternative / web crawler visualizer
ما هو Three Web Stalker؟
Three Web Stalker هو إضافة Chrome تم تطويرها بواسطة pcdevri، والميزة الرئيسية لها هي "Browser alternative / web crawler visualizer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Three Web Stalker
قم بتنزيل ملفات الامتداد Three Web Stalker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
} | |