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
官方網址 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"
}