Social Media Share

Share any website on Facebook, Twitter and LinkedIn with just one click

Social Media Share क्या है?

Social Media Share Sahil Dua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share any website on Facebook, Twitter and LinkedIn with just one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Media Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share anything on your social media account on Facebook, Twitter (X) and LinkedIn.

A pretty basic chrome extension which does a little, but does that extremely well.

Suppose you're reading blog post and you really like it and want to share it on your social profile. Either you will copy the link to that post and then share it, or you will search for social media share icons on the blog to share the post.

Let's make this a bit easier. Actually a lot easier. How about doing all this with just 1 click?

Here's how - Install 'Social Media Share' extension and whenever you feel like sharing any link, just click on 'Social Media Share' button in the browser top right bar, and choose which platform you want to share the link on. And, that's it. Yes, that's all you need to do to share any link with your social media networks.

For feedback, write to [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Social Media Share Social Media Share
ID lfimbgdhgeoeadgiejnpbepmooblmigd
आधिकारिक URL https://chromewebstore.google.com/detail/social-media-share/lfimbgdhgeoeadgiejnpbepmooblmigd
विवरण Share any website on Facebook, Twitter and LinkedIn with just one click
फ़ाइल का आकार 160 KB
स्थापना संख्या 2,388
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-09-07
प्रकाशन तिथि 2016-06-20
रेटिंग 4.38/5 कुल 16 रेटिंग्स
डेवलपर Sahil Dua
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Share",
    "description": "Share any website on Facebook, Twitter and LinkedIn with just one click",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "main.html",
        "default_icon": "assets\/icons\/icon-16.png"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "assets\/js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/share-icons\/twitter.png",
        "assets\/share-icons\/facebook.png",
        "assets\/share-icons\/linkedin.png"
    ]
}