Search on Linkedin

Search companies on Linkedin

什么是Search on Linkedin?

Search on Linkedin是由http://www.anhangzhu.com开发的Chrome扩展程序,该扩展的主要功能是“Search companies on Linkedin”。

扩展截图

screenshot
screenshot

下载Search on Linkedin扩展crx文件

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

扩展使用说明

                        Note: YOU MUST HIGHLIGHT THE TEXT YOU WANT TO SEARCH FIRST!

1. Highlight text
2. Right click to bring up menu, and click on "Search!"
3. See result pop up. No pop up means no results. Try another chunk of text.

Currently, this extension only supports companies. There are plans to extend it in the future for people search.                    

扩展基本信息

名称 Search on Linkedin Search on Linkedin
ID kldijfbphampndgemooecbdgfdnmhhjl
官方URL https://chrome.google.com/webstore/detail/search-on-linkedin/kldijfbphampndgemooecbdgfdnmhhjl
简介 Search companies on Linkedin
文件大小 7.39 KB
安装次数 1,000
当前版本 0.2
更新时间 2014-06-16
上架时间 2014-06-16
评分 2.77/5 共26次评分
开发者 http://www.anhangzhu.com
付费类型 free
扩展官网 https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
帮助页面URL https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on Linkedin",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Search companies on Linkedin",
    "permissions": [
        "contextMenus",
        "http:\/\/www.linkedin.com\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "application.js"
            ]
        }
    ]
}