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
官方URL 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"
    }
}