Who is this?

The two-click information finder

什么是Who is this??

Who is this?是由DRLZ开发的Chrome扩展程序,该扩展的主要功能是“The two-click information finder”。

扩展截图

screenshot

下载Who is this?扩展crx文件

下载Who is this?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get access to people's information via the right click menu.
Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: 
- Linkedin
- Twitter
- Wikipedia
- Pipl
- Google

This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people.

Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg                    

扩展基本信息

名称 Who is this? Who is this?
ID coinnpooecegjcopbdnenpgjfhnegjnm
官方URL https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm
简介 The two-click information finder
文件大小 19.77 KB
安装次数 389
当前版本 0.1
更新时间 2015-12-29
上架时间 2015-12-29
评分 2.00/5 共1次评分
开发者 DRLZ
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who is this?",
    "description": "The two-click information finder",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script_min.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}