LinkedIn Share
Right click to share to LinkedIn
什么是LinkedIn Share?
LinkedIn Share是由Harold Martin开发的Chrome扩展程序,该扩展的主要功能是“Right click to share to LinkedIn”。
下载LinkedIn Share扩展crx文件
下载LinkedIn Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Right click to share to LinkedIn https://github.com/hbmartin/chrome-linkedin
扩展基本信息
名称 | |
ID | lacgnkkcpgglbaodobjdnpmjihhomodk |
官方URL | https://chrome.google.com/webstore/detail/linkedin-share/lacgnkkcpgglbaodobjdnpmjihhomodk |
简介 | Right click to share to LinkedIn |
文件大小 | 4.25 KB |
安装次数 | 969 |
当前版本 | 1.0 |
更新时间 | 2014-09-18 |
上架时间 | 2014-09-18 |
评分 | 2.67/5 共12次评分 |
开发者 | Harold Martin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |