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