TICloudAgent Bridge
Facilitates flashing and debugging TI devices from the cloud
什麼是TICloudAgent Bridge?
TICloudAgent Bridge是由https://dev.ti.com開發的Chrome擴展程式,該擴展的主要功能是“Facilitates flashing and debugging TI devices from the cloud”。
擴展截圖
下載TICloudAgent Bridge擴展crx文件
下載TICloudAgent Bridge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension facilitates flashing and debugging hardware devices from the Texas Instruments Cloud IDE. The actual flashing and debugging is performed by the TICloudAgent application which must be installed separately. This extension acts as a bridge to that application by launching and then communicating with it via a web sockets interface.
擴展基本資訊
名稱 | TICloudAgent Bridge |
ID | pfillhniocmjcapelhjcianojmoidjdk |
官方網址 | https://chromewebstore.google.com/detail/ticloudagent-bridge/pfillhniocmjcapelhjcianojmoidjdk |
簡介 | Facilitates flashing and debugging TI devices from the cloud |
檔案大小 | 12.78 KB |
安裝次數 | 40,081 |
目前版本 | 3.0.6 |
更新時間 | 2019-08-21 |
上架時間 | 2019-08-21 |
評分 | 3.93/5 共 15 次評分 |
開發者 | https://dev.ti.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TICloudAgent Bridge", "version": "3.0.6", "manifest_version": 2, "description": "Facilitates flashing and debugging TI devices from the cloud", "background": { "page": "main.html" }, "icons": { "128": "ti_app_128.png" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.ti.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.ti.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start", "all_frames": true } ] } |