R1P Resolve IP

Takes current domain name and returns IP Address and other...

R1P Resolve IP란 무엇입니까?

R1P Resolve IP은(는) Enrico Fanucchi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes current domain name and returns IP Address and other..."입니다.

확장 프로그램 스크린샷

screenshot

R1P Resolve IP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Takes current domain name and returns IP Address and other functionalities...

Changelog:

 - Ver 1.3.0 Optimize code and fixed bugs
 - Ver 1.2.8 Fixed minor bugs
 - Ver 1.2.5 Options in popup and Remember options choosed
 - Ver 1.2 Change GUI
 - Ver 1.1 Fixed minor bugs
 - Ver 1.0 Final Release
 - Update 0.9 Change Layout Design. 
 - Update 0.8 Add Option Featured Proxy ip 
 - Update 0.7 Add Option Featured Domain Whois service 
 - Update 0.6 Add Options Tab for enable and disable featured.
 - Update 0.5 Optimize code and bug fix
 - Update 0.4 Introduced new featured Ip Country
 - Update 0.3 Bug Fix
 - Update 0.2 First release publish
 - Update 0.1 Start Project                    

확장 프로그램 기본 정보

이름 R1P Resolve IP R1P Resolve IP
ID lhmkjhoknedemninacdmficmlfoihmpd
공식 URL https://chromewebstore.google.com/detail/r1p-resolve-ip/lhmkjhoknedemninacdmficmlfoihmpd
설명 Takes current domain name and returns IP Address and other...
파일 크기 101 KB
설치 횟수 39
현재 버전 1.3.0
최근 업데이트 2017-03-16
출시 날짜 2017-03-16
평점 5.00/5 총 8 개의 평점
개발자 Enrico Fanucchi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "R1P Resolve IP",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Takes current domain name and returns IP Address and other...",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/x18.png",
        "48": "img\/x48.png",
        "128": "img\/x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click for resolve current IP"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}