Social Share Preview

Check any website's social share previews while you browse!

Social Share Preview क्या है?

Social Share Preview https://placid.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check any website's social share previews while you browse!"।

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

screenshot
screenshot
screenshot

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

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

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

                        With the Social Share Preview plugin, you can check how the link previews of a website look like on Facebook, Twitter, LinkedIn and Pinterest. Just activate the plugin to see the preview snippets of every page you browse.

This is a free and simple little plugin that helps you as a blog owner, developer or social media guy or girl 💙

If you’re interested in optimizing your preview images check out Placid (https://placid.app) – a tool to automatically create beautiful images for all your pages.
For support, feedback & info reach out to us at [email protected]!
Read our privacy policy: https://placid.app/privacy                    

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

नाम Social Share Preview Social Share Preview
ID ggnikicjfklimmffbkhknndafpdlabib
आधिकारिक URL https://chromewebstore.google.com/detail/social-share-preview/ggnikicjfklimmffbkhknndafpdlabib
विवरण Check any website's social share previews while you browse!
फ़ाइल का आकार 216 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.0.1.2
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-01-15
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर https://placid.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://socialsharepreview.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Share Preview",
    "version": "0.0.1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "description": "Check any website's social share previews while you browse!",
    "homepage_url": "https:\/\/placid.app",
    "action": {
        "default_title": "Social Share Preview"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/icon-active16.png",
        "48": "icons\/icon-active48.png",
        "128": "icons\/icon-active128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon16.png",
                "icons\/icon19.png",
                "icons\/icon48.png",
                "icons\/icon128.png",
                "icons\/icon-active16.png",
                "icons\/icon-active19.png",
                "icons\/icon-active48.png",
                "icons\/icon-active128.png",
                "js\/social-image-preview.js",
                "css\/social-image-preview.css",
                "css\/social-image-preview-iframe.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}