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文件

下載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
官方網址 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
}