IP Address of the website

Get IP address of the website

IP Address of the website란 무엇입니까?

IP Address of the website은(는) https://thebyteseffect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get IP address of the website"입니다.

확장 프로그램 스크린샷

screenshot

IP Address of the website 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
공식 URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
설명 Get IP address of the website
파일 크기 83.88 KB
설치 횟수 166
현재 버전 1.0.3
최근 업데이트 2021-01-20
출시 날짜 2020-05-27
개발자 https://thebyteseffect.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}