Sendroid

Easily share text or link from browser to android device.

¿Qué es Sendroid?

Sendroid es una extensión de Chrome desarrollada por https://atekihcan.github.io, y su función principal es "Easily share text or link from browser to android device.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sendroid

Descarga archivos de extensión Sendroid en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Sendroid Sendroid
ID pkgpcjakffofkdefomhpgcpidgifneai
URL Oficial https://chromewebstore.google.com/detail/sendroid/pkgpcjakffofkdefomhpgcpidgifneai
Descripción Easily share text or link from browser to android device.
Tamaño del Archivo 119 KB
Cantidad de Instalaciones 273
Versión Actual 1.0.2
Última Actualización 2014-12-30
Fecha de Publicación 2014-12-30
Calificación 3.38/5 Total de 16 Calificaciones
Desarrollador https://atekihcan.github.io
Tipo de Pago free
Sitio Web de la Extensión http://atekihcan.github.io/Sendroid/
URL de la Página de Ayuda http://atekihcan.github.io/Sendroid/#why
Idiomas Soportados 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
}