Get IP Address

Get IP address quickly

Get IP Address란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

Get IP Address 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.


Features 

- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP 


Info IP 

- Country
- City
- Location
- Network
- Hostname                    

확장 프로그램 기본 정보

이름 Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
공식 URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
설명 Get IP address quickly
파일 크기 128 KB
설치 횟수 865
현재 버전 1.1.8
최근 업데이트 2016-04-30
출시 날짜 2016-04-30
평점 4.43/5 총 7 개의 평점
개발자 http://devehab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://getip.devehab.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get IP Address",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Get IP address quickly",
    "short_name": "Get IP",
    "options_page": "OptionsPage.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Git IP Address",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src  'self'  https:\/\/api.ipify.org; object-src 'self' ",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*.ipify.org\/",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/getip.devehab.com",
    "author": "Ehab Kahwati"
}