RackVM Argentina - IP Address

Your public IP address, with just one click.

RackVM Argentina - IP Address란 무엇입니까?

RackVM Argentina - IP Address은(는) https://www.rackvm.com.ar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your public IP address, with just one click."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension has a very basic but useful mean, you will have your public IP address in just one click, indeed without click you'll see it in icon tooltip.

The IP Address is displayed in a input box so copy will be very easy!

We'll keep it updated, if you like more utility extensions please leave your comment.

RackVM Argentina,
Nicolás Genen                    

확장 프로그램 기본 정보

이름 RackVM Argentina - IP Address RackVM Argentina - IP Address
ID kflenddfnalfbplnfmifihimelnbcdcb
공식 URL https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb
설명 Your public IP address, with just one click.
파일 크기 6.92 KB
설치 횟수 26
현재 버전 2.1
최근 업데이트 2012-11-13
출시 날짜 2012-11-12
평점 5.00/5 총 1 개의 평점
개발자 https://www.rackvm.com.ar
결제 유형 free
확장 프로그램 웹 사이트 http://www.rackvm.com.ar
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RackVM Argentina - IP Address",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Your public IP address, with just one click.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "ipext.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/ip.rackvm.com.ar\/"
    ]
}