API Proxy Agent for Google Chrome™

Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…

什麼是API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™是由webduino.io開發的Chrome擴展程式,該擴展的主要功能是“Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…”。

擴展截圖

screenshot

下載API Proxy Agent for Google Chrome™擴展crx文件

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

擴展使用說明

                        Leverage Chrome App APIs in Normal Web Pages.

Visit github page for more information: http://webduinoio.github.io/chrome-api-proxy.

*Currently only chrome.serial.* and chrome.bluetooth.* apis are supported.

**Google Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

擴展基本資訊

名稱 API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
官方網址 https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
簡介 Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
檔案大小 25.93 KB
安裝次數 1,018
目前版本 0.0.7
更新時間 2016-06-29
上架時間 2016-06-29
評分 4.50/5 共 14 次評分
開發者 webduino.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/webduinoio/chrome-api-proxy
說明頁面URL https://github.com/webduinoio/chrome-api-proxy/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "API Proxy Agent for Google Chrome\u2122",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    }
}