Social Share Preview

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

Social Share Preview là gì?

Social Share Preview là một tiện ích mở rộng Chrome được phát triển bởi https://placid.app, và tính năng chính của nó là "Check any website's social share previews while you browse!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Share Preview

Tải xuống các tệp mở rộng Social Share Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Share Preview Social Share Preview
ID ggnikicjfklimmffbkhknndafpdlabib
URL Chính Thức https://chromewebstore.google.com/detail/social-share-preview/ggnikicjfklimmffbkhknndafpdlabib
Mô tả Check any website's social share previews while you browse!
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2020-01-15
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://placid.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialsharepreview.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}