Share with Facebook, Twitter, Google+, Email

Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.

Share with Facebook, Twitter, Google+, Email क्या है?

Share with Facebook, Twitter, Google+, Email Andy Zett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle."।

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

screenshot
screenshot
screenshot

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

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

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

                        Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading.

Google Apps domains are supported.

This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).                    

एक्सटेंशन की मूल जानकारी

नाम Share with Facebook, Twitter, Google+, Email Share with Facebook, Twitter, Google+, Email
ID cjhmhnomplgoidnkjdacpmpccmaplnmk
आधिकारिक URL https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk
विवरण Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
फ़ाइल का आकार 18.56 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 3.0
अंतिम अपडेट 2018-03-11
प्रकाशन तिथि 2018-03-11
रेटिंग 4.47/5 कुल 210 रेटिंग्स
डेवलपर Andy Zett
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share with Facebook, Twitter, Google+, Email",
    "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_title": "Share",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "sharethis-16.png",
        "48": "sharethis-48.png",
        "128": "sharethis-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}