Sendroid

Easily share text or link from browser to android device.

Τι είναι το Sendroid;

Το Sendroid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://atekihcan.github.io, και η κύρια λειτουργία του είναι "Easily share text or link from browser to android device.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sendroid

Λήψη αρχείων επέκτασης Sendroid σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}