ZoomEye Tools

ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions

ZoomEye Toolsคืออะไร?

ZoomEye Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย knownseczoomeye และคุณลักษณะหลักของมันคือ "ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZoomEye Tools

ดาวน์โหลดไฟล์ส่วนขยาย ZoomEye Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ZoomEye Tools provides three major functions:
1、Simple proview function.
You can get various information about the ip of the current webpage you visit through the browser plug-in. This is a simple and convenient way. If you want to view more information, you can refer to function 2.

2、Detailed information function
You can click to view details and search for details of the current page URL in ZoomEye

3、ZoomEye search function
You can quickly search the specified content in ZoomEye by selecting a piece of content, then clicking the right mouse button, and choosing to use ZoomEye to search.

ZoomEye Tools 提供三个主要功能:
1、简单的proview功能。
你可以通过浏览器插件获得你访问的当前网页所在ip的各种信息,这是一个简单便捷的方式,如果你想查看更多信息,可以参考功能2。

2、详细信息功能
你可以通过点击查看详情,在ZoomEye中搜索当前页面URL的详细信息

3、ZoomEye搜索功能
你可以通过选中一段内容,之后点击鼠标右键,选择使用ZoomEye搜索,即可快速在ZoomEye中查询指定内容。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZoomEye Tools ZoomEye Tools
ID bdoaeiibkccgkbjbmmmoemghacnkbklj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoomeye-tools/bdoaeiibkccgkbjbmmmoemghacnkbklj
คำอธิบาย ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions
ขนาดไฟล์ 583 KB
จำนวนการติดตั้ง 3,112
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2022-01-18
วันที่เผยแพร่ 2020-02-06
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา knownseczoomeye
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/jquery-3.4.1.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19_19.png",
            "38": "img\/38_38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "ZoomEye"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "description": "ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions",
    "icons": {
        "128": "img\/128_128.png",
        "16": "img\/16_16.png",
        "48": "img\/48_48.png"
    },
    "manifest_version": 2,
    "name": "ZoomEye Tools",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "https:\/\/api.zoomeye.org\/"
    ],
    "version": "0.3.3"
}