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"
            ]
        }
    ]
}