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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}