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
Eメール [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"
    }
}