IP Analyzer

IP Analyzer

IP Analyzer là gì?

IP Analyzer là một tiện ích mở rộng Chrome được phát triển bởi Christoforos Aslanov, và tính năng chính của nó là "IP Analyzer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IP Analyzer

Tải xuống các tệp mở rộng IP Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension shows you info about an ip like rdns, whois, blacklists, location etc

ipalyzer.com is used to show the ip info

by default the ip of the current tab is loaded, you can lookup for any ip                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IP Analyzer IP Analyzer
ID ggbpnkpnpchbgnahdhnpikmldfmmkfom
URL Chính Thức https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom
Mô tả IP Analyzer
Kích Thước Tệp 18.45 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-06-25
Ngày Phát Hành 2019-06-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Christoforos Aslanov
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chr314/ipalyzer-extension
URL Trang Trợ Giúp https://github.com/chr314/ipalyzer-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Analyzer",
    "version": "1.0.2",
    "description": "IP Analyzer",
    "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension",
    "author": "Aslanov Christoforos",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "IP Analyzer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon.16.png",
            "32": "images\/icon.32.png",
            "48": "images\/icon.48.png",
            "128": "images\/icon.128.png"
        }
    },
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    },
    "manifest_version": 2
}