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™ là gì?

API Proxy Agent for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi webduino.io, và tính năng chính của nó là "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng API Proxy Agent for Google Chrome™

Tải xuống các tệp mở rộng API Proxy Agent for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
URL Chính Thức https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Mô tả Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Kích Thước Tệp 25.93 KB
Số Lần Cài Đặt 1,018
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2016-06-29
Ngày Phát Hành 2016-06-29
Đánh Giá 4.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển webduino.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/webduinoio/chrome-api-proxy
URL Trang Trợ Giúp https://github.com/webduinoio/chrome-api-proxy/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}