Pages Sharer on Social

This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter

Qu'est-ce que Pages Sharer on Social ?

Pages Sharer on Social est une extension Chrome développée par Abhishek Sharma, et sa fonction principale est "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pages Sharer on Social

Téléchargez les fichiers d'extension Pages Sharer on Social 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

                        From this you can able to share any link on twitter, share any image on facebook, share any page on facebook or twitter easily by right click on site or on any link or on any image.                    

Informations de Base sur l'Extension

Nom Pages Sharer on Social Pages Sharer on Social
ID hfadffifenbmocmbalegbpbdmgkocmop
URL Officiel https://chromewebstore.google.com/detail/pages-sharer-on-social/hfadffifenbmocmbalegbpbdmgkocmop
Description This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter
Taille du Fichier 35.42 KB
Nombre d'Installations 12
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-29
Date de Publication 2017-01-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Abhishek Sharma
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pages Sharer on Social",
    "description": "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toolbar.html"
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon.png",
        "48": "icon.png",
        "64": "icon.png"
    }
}