IP Address of the website

Get IP address of the website

IP Address of the website là gì?

IP Address of the website là một tiện ích mở rộng Chrome được phát triển bởi https://thebyteseffect.com, và tính năng chính của nó là "Get IP address of the website".

Ả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 Address of the website

Tải xuống các tệp mở rộng IP Address of the website 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

                        Find IP address of the website you need. Just click in the extension it will get you the current website ip address.


This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed.

This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.                    

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

Tên IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
URL Chính Thức https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Mô tả Get IP address of the website
Kích Thước Tệp 83.88 KB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2020-05-27
Nhà Phát Triển https://thebyteseffect.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "IP Address of the website",
    "description": "Get IP address of the website",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Get IP address of the website",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "2.png"
        }
    },
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "activeTab"
    ],
    "manifest_version": 2
}