W3bin.com - Who is hosting that website?
Find out who is hosting any website with 1 simple mouse click.
W3bin.com - Who is hosting that website?란 무엇입니까?
W3bin.com - Who is hosting that website?은(는) https://w3bin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out who is hosting any website with 1 simple mouse click."입니다.
확장 프로그램 스크린샷
W3bin.com - Who is hosting that website? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
W3bin.com is a free tool that lets you find out where websites are hosted. This extension will install a tiny button in your browser which will feature our logo. Whenever you are on any website, and you want to know interesting information about that site, simply click our logo, and you will be presented with a comprehensive report. Our report features information such as: * Hoster/ISP * IP * Server location * Page rank * Alexa rank * IP hostname * Daily visitors estimate * Daily income estimate * Website value estimate * Our 1 out of 5 domain rating * And much much more! Our service is totally free, and we have no daily look-up limits. Visit: http://w3bin.com/
확장 프로그램 기본 정보
이름 | W3bin.com - Who is hosting that website? |
ID | lljhfacjpknfplpagpnillgkiepplbjd |
공식 URL | https://chromewebstore.google.com/detail/w3bincom-who-is-hosting-t/lljhfacjpknfplpagpnillgkiepplbjd |
설명 | Find out who is hosting any website with 1 simple mouse click. |
파일 크기 | 18.51 KB |
설치 횟수 | 3,750 |
현재 버전 | 1.4 |
최근 업데이트 | 2014-11-02 |
출시 날짜 | 2014-11-02 |
평점 | 3.88/5 총 26 개의 평점 |
개발자 | https://w3bin.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://w3bin.com |
도움말 페이지 URL | http://w3bin.com/faq |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_title": "__MSG_default_title__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon128.png", "19": "icon19.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*.w3bin.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |