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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}