LinkedIn Share

Right click to share to LinkedIn

Qu'est-ce que LinkedIn Share ?

LinkedIn Share est une extension Chrome développée par Harold Martin, et sa fonction principale est "Right click to share to LinkedIn".

Télécharger le fichier CRX de l'extension LinkedIn Share

Téléchargez les fichiers d'extension LinkedIn Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Right click to share to LinkedIn

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

Informations de Base sur l'Extension

Nom LinkedIn Share LinkedIn Share
ID lacgnkkcpgglbaodobjdnpmjihhomodk
URL Officiel https://chrome.google.com/webstore/detail/linkedin-share/lacgnkkcpgglbaodobjdnpmjihhomodk
Description Right click to share to LinkedIn
Taille du Fichier 4.25 KB
Nombre d'Installations 969
Version Actuelle 1.0
Dernière Mise à Jour 2014-09-18
Date de Publication 2014-09-18
Évaluation 2.67/5 Total 12 Évaluations
Développeur Harold Martin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}