LinkedIn Share

Right click to share to LinkedIn

What is LinkedIn Share?

LinkedIn Share is a Chrome extension developed by Harold Martin, and its main feature is "Right click to share to LinkedIn".

Download LinkedIn Share Extension CRX File

Download LinkedIn Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Right click to share to LinkedIn

https://github.com/hbmartin/chrome-linkedin                    

Extension Basic Information

Name LinkedIn Share LinkedIn Share
ID lacgnkkcpgglbaodobjdnpmjihhomodk
Official URL https://chrome.google.com/webstore/detail/linkedin-share/lacgnkkcpgglbaodobjdnpmjihhomodk
Description Right click to share to LinkedIn
File Size 4.25 KB
Installation Count 969
Current Version 1.0
Last Updated 2014-09-18
Publish Date 2014-09-18
Rating 2.67/5 Total 12 Ratings
Developer Harold Martin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Share",
    "description": "Right click to share to LinkedIn",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2
}