FastIP
Display your current External. That's it! You can also update your IP on Dyn or No-IP.
FastIP란 무엇입니까?
FastIP은(는) https://fastip.es에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display your current External. That's it! You can also update your IP on Dyn or No-IP."입니다.
확장 프로그램 스크린샷
FastIP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Display your External by simply clicking a button.
* Copy the IP to clipboard.
* Allows you to update your IP automatically in dynamic DNS services such as Dyn (http://dyn.com/) and No-IP (http://www.noip.com/).
* Shows you last external IP Address history.
* Allows you to insert the IP in a textbox through an option in the context menu.
* Shows you external IP on the extension icon
---> http://fastip.es <--- 확장 프로그램 기본 정보
| 이름 | |
| ID | aicjbabojmgegnbkjcjmbkilhpmaeobh |
| 공식 URL | https://chromewebstore.google.com/detail/fastip/aicjbabojmgegnbkjcjmbkilhpmaeobh |
| 설명 | Display your current External. That's it! You can also update your IP on Dyn or No-IP. |
| 파일 크기 | 318 KB |
| 설치 횟수 | 378 |
| 현재 버전 | 1.2.4 |
| 최근 업데이트 | 2015-02-02 |
| 출시 날짜 | 2015-02-01 |
| 평점 | 4.32/5 총 19 개의 평점 |
| 개발자 | https://fastip.es |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | http://www.fastip.es |
| 지원되는 언어 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.2.4",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": "img\/19x19.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/analytics.js",
"js\/jquery-2.0.3.min.js",
"js\/common.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery-2.0.3.min.js",
"js\/content.js"
]
}
],
"icons": {
"16": "img\/16x16.png",
"19": "img\/19x19.png",
"48": "img\/48x48.png",
"128": "img\/128x128.png"
},
"web_accessible_resources": [
"js\/jquery-2.0.3.min.map",
"img\/48x48.png"
]
} | |