API Proxy Agent for Google Chrome™

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

Wat is API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™ is een Chrome-extensie ontwikkeld door webduino.io, en de belangrijkste functie is "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie API Proxy Agent for Google Chrome™

Download API Proxy Agent for Google Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
Officiële URL https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Beschrijving Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Bestandsgrootte 25.93 KB
Aantal Installaties 1,018
Huidige Versie 0.0.7
Laatst Bijgewerkt 2016-06-29
Publicatiedatum 2016-06-29
Beoordeling 4.50/5 Totaal 14 Beoordelingen
Ontwikkelaar webduino.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/webduinoio/chrome-api-proxy
Help Pagina-URL https://github.com/webduinoio/chrome-api-proxy/issues
Ondersteunde Talen 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"
    }
}