Browsite

Find who is behind a website

什麼是Browsite?

Browsite是由http://browseye.com開發的Chrome擴展程式,該擴展的主要功能是“Find who is behind a website”。

擴展截圖

screenshot
screenshot
screenshot

下載Browsite擴展crx文件

下載Browsite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Websites use cookies to learn about who you are. It is only fair that you do the same.

Browsite shows you everything about the website you are visiting. 

Who is behind it? 
See their smiling faces, jobs and LinkedIn profiles

Where are they? 
See which country they operate from 

What company runs it? 
Find about the company that runs this website, its recent milestones and achievements

What do people say? 
Read what others say about this website                    

擴展基本資訊

名稱 Browsite Browsite
ID jgeepmbincjcpcpdmjmgkegamlccfkbd
官方網址 https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd
簡介 Find who is behind a website
檔案大小 16.1 KB
安裝次數 25
目前版本 0.0.6
更新時間 2014-02-16
上架時間 2014-02-16
評分 4.75/5 共 4 次評分
開發者 http://browseye.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browsite",
    "version": "0.0.6",
    "description": "Find who is behind a website",
    "browser_action": {
        "default_icon": "bs128.png",
        "default_title": "Not implemented yet"
    },
    "icons": {
        "16": "bs16.png",
        "48": "bs48.png",
        "128": "bs128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/www.browseye.com"
}