Connect

Connect lets you execute tasks on your Android device using Trigger.

什麼是Connect?

Connect是由omarseyal開發的Chrome擴展程式,該擴展的主要功能是“Connect lets you execute tasks on your Android device using Trigger.”。

擴展截圖

screenshot

下載Connect擴展crx文件

下載Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For those who know, Connect is the ultimate Android device automation tool.  Paired with Trigger (another Android Application), Connect allows you execute any number of tasks (change volume, text someone, connect to a wifi network, whatever!), from the convenience of a browser plugin.                    

擴展基本資訊

名稱 Connect Connect
ID dopcblnakobeneefloniajcdfommmmen
官方網址 https://chrome.google.com/webstore/detail/connect/dopcblnakobeneefloniajcdfommmmen
簡介 Connect lets you execute tasks on your Android device using Trigger.
檔案大小 147 KB
安裝次數 52
目前版本 0.2
更新時間 2014-02-11
上架時間 2014-02-11
評分 3.43/5 共 7 次評分
開發者 omarseyal
付費類型 free
擴展官網 http://connect.gettrigger.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Connect",
    "description": "Connect lets you execute tasks on your Android device using Trigger.",
    "version": "0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Connect"
    },
    "permissions": [
        "cookies",
        "http:\/\/connect.gettrigger.com\/"
    ]
}