Site Geo IP Locator

Shows the IP address of current web site, locate the IP geolocation on the map.

Site Geo IP Locator란 무엇입니까?

Site Geo IP Locator은(는) OpenAdminTools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the IP address of current web site, locate the IP geolocation on the map."입니다.

확장 프로그램 스크린샷

screenshot

Site Geo IP Locator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a GEO IP locator for webmaster.

If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map.

If you click the icon in a blank tab, it shows your current IP address.

This extension is great for SEO research and web developers.

Download and enjoy!

===================================================

Developer: https://ip.openadmintools.com

Partner: http://www.chromefans.org                    

확장 프로그램 기본 정보

이름 Site Geo IP Locator Site Geo IP Locator
ID mdpfciefafhdagbdcnklaepcgeobgaok
공식 URL https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok
설명 Shows the IP address of current web site, locate the IP geolocation on the map.
파일 크기 137 KB
설치 횟수 2,729
현재 버전 2.0.0
최근 업데이트 2019-07-04
출시 날짜 2019-07-03
평점 4.65/5 총 236 개의 평점
개발자 OpenAdminTools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.openadmintools.com/
도움말 페이지 URL https://ip.openadmintools.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "image\/logo-19.png",
            "38": "image\/logo-38.png"
        },
        "default_title": "Site Geo IP Locator",
        "name": "Site Geo IP Locator",
        "default_popup": "popup.html"
    },
    "description": "Shows the IP address of current web site, locate the IP geolocation on the map.",
    "icons": {
        "32": "image\/logo-32.png",
        "48": "image\/logo-48.png",
        "64": "image\/logo-64.png",
        "128": "image\/logo-128.png"
    },
    "name": "Site Geo IP Locator",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}