Three Web Stalker

Browser alternative / web crawler visualizer

Three Web Stalkerคืออะไร?

Three Web Stalker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pcdevri และคุณลักษณะหลักของมันคือ "Browser alternative / web crawler visualizer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Three Web Stalker

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}