API Proxy Agent for Google Chrome™

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

Was ist API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™ ist eine Chrome-Erweiterung, die von webduino.io entwickelt wurde, und ihr Hauptmerkmal ist "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

Erweiterungsscreenshots

screenshot

API Proxy Agent for Google Chrome™-Erweiterungs-CRX-Datei herunterladen

Laden Sie API Proxy Agent for Google Chrome™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
Offizielle URL https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Beschreibung Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Dateigröße 25.93 KB
Installationsanzahl 1,018
Aktuelle Version 0.0.7
Letztes Update 2016-06-29
Veröffentlichungsdatum 2016-06-29
Bewertung 4.50/5 Insgesamt 14 Bewertungen
Entwickler webduino.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/webduinoio/chrome-api-proxy
Hilfeseite URL https://github.com/webduinoio/chrome-api-proxy/issues
Unterstützte Sprachen 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"
    }
}