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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | dopcblnakobeneefloniajcdfommmmen |
官方URL | 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\/" ] } |