Sendroid

Easily share text or link from browser to android device.

Sendroid란 무엇입니까?

Sendroid은(는) https://atekihcan.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily share text or link from browser to android device."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sendroid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}