ExpressShare Button

Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.

Τι είναι το ExpressShare Button;

Το ExpressShare Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Expressshare Shareware, και η κύρια λειτουργία του είναι "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ExpressShare Button

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

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

                        Have you ever wished you could share a link / crosspost to several Social Media sites without all the copy & paste hassle? Us too! 

Disappointed that no sites have a 'Share to Parler' or 'Share to MeWe' Button? Us too!

Have you ever wanted to add a Tagline/Signature to your posts? Us too!

The ExpressShare Button does it.

Clicking  the ExpressShare Button will share the current web page on Twitter, Parler, Facebook and MeWe. It loads whatever web site you are on into the posting dialog for any or all of these Social Media sites. All you need to do is click the submit buttons.

A simple Options page allows you to choose any combination of posting to Twitter, Parler, Facebook and MeWe. Just right-click on our icon to access the options.

You can even automatically add a Tagline/Signature to each post! 

Other options include selecting a snippet of text from a web page, right-clicking, and posting that link with the context you have selected. You can even right-click on a link and post it directly.

Twitter
Parler
Facebook
MeWe                    

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

Όνομα ExpressShare Button ExpressShare Button
ID meehjdnjjpdjnlgjliagmagmlalnibjl
Επίσημο URL https://chromewebstore.google.com/detail/expressshare-button/meehjdnjjpdjnlgjliagmagmlalnibjl
Περιγραφή Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.
Μέγεθος Αρχείου 392 KB
Αριθμός Εγκαταστάσεων 82
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2020-12-03
Ημερομηνία Δημοσίευσης 2020-11-24
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Expressshare Shareware
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://expressshare.com/ExpressShareButton.html
Διεύθυνση URL της Σελίδας Βοήθειας http://expressshare.com/ExpressShareButton.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "ExpressShare Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "description": "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.",
    "icons": {
        "128": "static\/128.png",
        "16": "static\/16.png",
        "32": "static\/32.png",
        "48": "static\/48.png"
    },
    "manifest_version": 2,
    "name": "ExpressShare Button",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.2.3"
}