Browsite
Find who is behind a website
什么是Browsite?
Browsite是由http://browseye.com开发的Chrome扩展程序,该扩展的主要功能是“Find who is behind a website”。
扩展截图
下载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
扩展基本信息
名称 | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
官方URL | 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" } |