API Proxy Agent for Google Chrome™

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

Apa itu API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh webduino.io, dan fitur utamanya adalah "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi API Proxy Agent for Google Chrome™

Unduh file ekstensi API Proxy Agent for Google Chrome™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
URL Resmi https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Deskripsi Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Ukuran File 25.93 KB
Jumlah Instalasi 1,018
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2016-06-29
Tanggal Publikasi 2016-06-29
Penilaian 4.50/5 Total 14 Penilaian
Pengembang webduino.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/webduinoio/chrome-api-proxy
URL Halaman Bantuan https://github.com/webduinoio/chrome-api-proxy/issues
Bahasa yang Didukung 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"
    }
}