Browsetribe
Find who are the people on the websites you visit
什么是Browsetribe?
Browsetribe是由http://browseye.com开发的Chrome扩展程序,该扩展的主要功能是“Find who are the people on the websites you visit”。
扩展截图
下载Browsetribe扩展crx文件
下载Browsetribe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browsetribe shows you everything about the people that you find on the websites you visit. This is how it works: 1) Select a person's name you find on a website 2) Ask browsetribe to tell you about this person (or configure it to tell you always) Who is this person? See her/his smiling face and LinkedIn profile Where does she/he live? See where this person lives or has been Where does she/he work? Find about the company or organization where this person works What do you have in common? See what things you have in common with this person. For instance, you may have studied in the same university, or been both to France
扩展基本信息
名称 | |
ID | jicnmkdddgdfnfllnmikjfpjlfikclnc |
官方URL | https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc |
简介 | Find who are the people on the websites you visit |
文件大小 | 16.03 KB |
安装次数 | 17 |
当前版本 | 0.0.7 |
更新时间 | 2014-02-16 |
上架时间 | 2014-02-16 |
评分 | 4.67/5 共3次评分 |
开发者 | http://browseye.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browsetribe", "version": "0.0.7", "description": "Find who are the people on the websites you visit", "browser_action": { "default_icon": "bt128.png", "default_title": "Not implemented yet" }, "icons": { "16": "bt16.png", "48": "bt48.png", "128": "bt128.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.browseye.com" } |