ExpressShare Button

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

ExpressShare Button क्या है?

ExpressShare Button Expressshare Shareware द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ExpressShare Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}