WhatsHare

Share links and text with friends through your Android devices

WhatsHare क्या है?

WhatsHare Michele Bonazza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share links and text with friends through your Android devices"।

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

screenshot
screenshot
screenshot

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

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

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

                        Share links and text with friends through your Android devices!

From your PC: right click on any link, text selection, image or anywhere on a page to share it with your Android devices. From your Android device: tap on the notification and choose the Android app to open your link.

Download the companion Android app from Google Play Store (it's also free): http://goo.gl/HNvZ3

You can share with any app (including SMS messaging, BlueTooth, Copy to clipboard, ...), and you can choose WhatsApp right from this extension to quickly share with it.

This app is not affiliated in any way with WhatsApp Inc., quick links to WhatsApp are there just because that's what I wrote this app for: to share stuff from my PC to my friends on WhatsApp.

The app is completely free and open source (GPLv3), source code for this extension (and for the companion Android app) is available at https://github.com/WhatsHare                    

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

नाम WhatsHare WhatsHare
ID mghncekchoedpbbpidmeohijjgjlpgib
आधिकारिक URL https://chrome.google.com/webstore/detail/whatshare/mghncekchoedpbbpidmeohijjgjlpgib
विवरण Share links and text with friends through your Android devices
फ़ाइल का आकार 116 KB
स्थापना संख्या 270
वर्तमान संस्करण 1.2.8
अंतिम अपडेट 2014-03-11
प्रकाशन तिथि 2014-03-11
रेटिंग 4.41/5 कुल 17 रेटिंग्स
डेवलपर Michele Bonazza
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/WhatsHare/WhatsHare-Chrome
सहायता पृष्ठ URL https://github.com/WhatsHare
समर्थित भाषाएँ en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsHare",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.2.8",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "qr.html",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/android.googleapis.com\/gcm\/*",
        "https:\/\/www.googleapis.com\/urlshortener\/*",
        "storage",
        "notifications",
        "pushMessaging"
    ],
    "web_accessible_resources": [
        "icon.png",
        "alert.png",
        "qr.html"
    ]
}