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.」です。

拡張機能のスクリーンショット

screenshot

W3bin.com - Who is hosting that website?拡張機能のCRXファイルをダウンロード

W3bin.com - Who is hosting that website?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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? 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"
}