Sendroid

Easily share text or link from browser to android device.

Sendroid क्या है?

Sendroid https://atekihcan.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily share text or link from browser to android device."।

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

screenshot
screenshot
screenshot

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

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

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

                        Sendroid helps you to easily send selected text or link right from your browser to your android device. You can share the received content directly from notification with your favourite sharing app.

There are so many apps that can do that. What is special about this one?
* Sendroid is simple. You don’t even have to open the extension or android app after initial configuration.
* You can pair a maximum of 4 android devices to receive text or link from your browser
* Sendroid doesn’t store your data. Doesn’t ask you to login or sign-up.
* No spamming. You receive only what you share from your browser.
* Send text or links to your android device with a simple right click on your browser in PC.

All you need to do is install the Sendroid application on your android device (Google Play Store link : https://play.google.com/store/apps/details?id=com.atekihcan.sendroid)


Setting up Sendroid Android App
* Install Sendroid on your android device.
* Open Sendroid and it will automatically generate a registration ID for you.
* Mail the registration ID to yourself. Later you will need it to pair your browser and android device.
* Or you can copy the registration ID and use some other channel to get it on your PC.
* You are good to go! Received text or links from your browser will show up in the notification panel.
* Visit settings to turn on/off automatic copying, setting default sharing app etc.

Setting up Sendroid Browser Extension
* Install Sendroid extension on Google Chrome.
* Click the Sendroid icon on the menu bar (top-right corner) of your browser to Sendroid settings panel.
* Click the add button on the Sendroid settings panel.
* Give your device a name and paste the registration ID you got from the Sendroid android app.
* Save your device.
* Go ahead! Right click and send text/links to your added device!

For more information visit : http://atekihcan.github.io/Sendroid/


What's New in 1.0.2
* Fixed device list not retaining on browser restart
* Fixed device list not showing up in context menu after restart                    

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

नाम Sendroid Sendroid
ID pkgpcjakffofkdefomhpgcpidgifneai
आधिकारिक URL https://chromewebstore.google.com/detail/sendroid/pkgpcjakffofkdefomhpgcpidgifneai
विवरण Easily share text or link from browser to android device.
फ़ाइल का आकार 119 KB
स्थापना संख्या 273
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2014-12-30
प्रकाशन तिथि 2014-12-30
रेटिंग 3.38/5 कुल 16 रेटिंग्स
डेवलपर https://atekihcan.github.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://atekihcan.github.io/Sendroid/
सहायता पृष्ठ URL http://atekihcan.github.io/Sendroid/#why
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sendroid",
    "short_name": "Sendroid",
    "description": "Easily share text or link from browser to android device.",
    "author": "Atekihcan ",
    "version": "1.0.2",
    "icons": {
        "16": "data\/assets\/logo_16.png",
        "32": "data\/assets\/logo_32.png",
        "48": "data\/assets\/logo_48.png",
        "128": "data\/assets\/logo_128.png",
        "256": "data\/assets\/logo_256.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/assets\/logo_19.png",
            "38": "data\/assets\/logo_38.png"
        },
        "default_title": "Sendroid Settings",
        "default_popup": "data\/user_prefs.html"
    },
    "manifest_version": 2
}