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\/" ] } |