IP-Address

Shows your IP address with some additional Information and adds easy copy and paste functionality!

IP-Address란 무엇입니까?

IP-Address은(는) ✰✰✰✰✰✰에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your IP address with some additional Information and adds easy copy and paste functionality!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        IP-Address shows your IP Address information simply with a click of a button.

best Features of IP Adress:
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal , What Is My IP Address or MyIP

Privacy is important for me.
I don't save or store any IP address or other data.                    

확장 프로그램 기본 정보

이름 IP-Address IP-Address
ID ghlojgpiinfelppegaabbiphgomaidml
공식 URL https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml
설명 Shows your IP address with some additional Information and adds easy copy and paste functionality!
파일 크기 35.09 KB
설치 횟수 14,261
현재 버전 2.4
최근 업데이트 2015-08-10
출시 날짜 2015-08-10
평점 4.64/5 총 324 개의 평점
개발자 ✰✰✰✰✰✰
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "2.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/lib\/zepto.js",
            "js\/utils.js",
            "js\/eventPage.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "IP-Address",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}