Share Preview Save to Social

Share, Preview, Save to Facebook and other Social Platform quickly and easily with one share button.

Τι είναι το Share Preview Save to Social;

Το Share Preview Save to Social είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Caller Cao, και η κύρια λειτουργία του είναι "Share, Preview, Save to Facebook and other Social Platform quickly and easily with one share button.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Share Preview Save to Social

Λήψη αρχείων επέκτασης Share Preview Save to Social σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is an extension that gets current website page links and content and shares them on major social media platforms with one click. And support style preview, such as Mockup.

Sharing a link on social media is a simple process that allows you to share content with your followers, friends, or network. To share a link on social media, follow these steps:

Find the link you want to share. This can be a link to an article, a video, a blog post, or any other type of web content.

Open the social media platform where you want to share the link. You can use popular platforms such as Facebook, Twitter, LinkedIn, Reddit, or Pinterest.

Look for the share or post button. On Facebook, it is usually labeled "Share," on Twitter it's labeled "Tweet," on LinkedIn it's labeled "Share," on Reddit it's labeled "Submit a new link," and on Pinterest it's labeled "Pin it."

Click the share or post button. This will open a dialog box where you can add a message or comment to accompany the link.

Paste the link into the dialog box. You can either right-click and select "Paste" or use the keyboard shortcut "Ctrl + V" (on Windows) or "Cmd + V" (on Mac).

Add any additional text, hashtags, or comments you want to include with the link.

Click the "Post" or "Share" button to share the link on the social media platform.

Once you've shared the link, it will be visible to your followers, friends, or network, depending on your privacy settings. They can click on the link to view the content you've shared.

Thank you for your continued attention. If you have a platform you want to support, please leave a message in the comment area.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Share Preview Save to Social Share Preview Save to Social
ID pkbmlamidkenakbhhialhdmmkijkhdee
Επίσημο URL https://chromewebstore.google.com/detail/share-preview-save-to-soc/pkbmlamidkenakbhhialhdmmkijkhdee
Περιγραφή Share, Preview, Save to Facebook and other Social Platform quickly and easily with one share button.
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 237
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-02-13
Ημερομηνία Δημοσίευσης 2023-02-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Caller Cao
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://denote.net/privacy
Υποστηριζόμενες Γλώσσες en,ca,cs,bg,bn,am-ET,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon\/16.png",
            "32": "assets\/icon\/32.png",
            "48": "assets\/icon\/48.png",
            "128": "assets\/icon\/128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/16.png",
        "32": "assets\/icon\/32.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/custom.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "js\/content-scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/manifest.json",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}