Social Share Preview

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

什麼是Social Share Preview?

Social Share Preview是由https://placid.app開發的Chrome擴展程式,該擴展的主要功能是“Check any website's social share previews while you browse!”。

擴展截圖

screenshot
screenshot
screenshot

下載Social Share Preview擴展crx文件

下載Social Share Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}